Displaying 2 results from an estimated 2 matches for "threadbase".
2006 Apr 03
2
[LLVMdev] lli: problem finding external symbol
...-Ishaders -Ithread -Itools -Iparse
-Iparse -m32 -fpermissive -fno-rtti -pthread -D_FILE_OFFSET_BITS=64
-D_REENTRANT -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O3 -march=pentium3
-L/home/mmccrack/linux/lib -ltau-pthread-pdt
-U__USE_ASM__ -U__USE_SSE_ -U__USE_SSE2__ -MD -c -o
.o/thread/threadbase.o thread/threadbase.cpp
Note that many things are repeated in quotes, and TAU_STDCXXLIB just
tells its headers to use <vector> instead of <vector.h>...
--
Michael McCracken
UCSD CSE PhD Candidate
research: http://www.cse.ucsd.edu/~mmccrack/
misc: http://michael-mccracken.net/wp/
2006 Apr 03
0
[LLVMdev] lli: problem finding external symbol
...s -Ithread -Itools -Iparse
> -Iparse -m32 -fpermissive -fno-rtti -pthread -D_FILE_OFFSET_BITS=64
> -D_REENTRANT -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O3 -march=pentium3
> -L/home/mmccrack/linux/lib -ltau-pthread-pdt
> -U__USE_ASM__ -U__USE_SSE_ -U__USE_SSE2__ -MD -c -o
> .o/thread/threadbase.o thread/threadbase.cpp
>
> Note that many things are repeated in quotes, and TAU_STDCXXLIB just
> tells its headers to use <vector> instead of <vector.h>...
>
> --
> Michael McCracken
> UCSD CSE PhD Candidate
> research: http://www.cse.ucsd.edu/~mmccrack/
> m...