Displaying 3 results from an estimated 3 matches for "lxplorcmd".
2009 Jan 25
2
[LLVMdev] -O4 -fvisibility=hidden
After trying the recommended use of -O4 -fvisibility=hidden to
compile xplor-nih with full LTO optimizations, I discovered three
symbols become undefined...
llvm-gcc-4 -O4 -fvisibility=hidden -o xplor xplor.o \
\
-L. -lxplorCmd -lxplor -L/Users/howarth/xplor-nih-2.21/bin.Darwin_9_x86/ -lfft -lintVar -lvmd -lpy -lswigpy-xplor -ltclXplor -lswigtcl8-xplor -lnmrPot -lcommon -lmarvin \
-lcrypto -L/sw/lib/llvm-gcc-4.2/lib -lgfortran -llapack -lblas -L/Users/howarth/xplor-nih-2.21/bin.Darwin_9_x86/ \
Undefined sym...
2009 Jan 25
0
[LLVMdev] -O4 -fvisibility=hidden
...09 à 06:01, Jack Howarth a écrit :
> After trying the recommended use of -O4 -fvisibility=hidden to
> compile xplor-nih with full LTO optimizations, I discovered three
> symbols become undefined...
>
> llvm-gcc-4 -O4 -fvisibility=hidden -o xplor xplor.o \
> \
> -L. -lxplorCmd -lxplor -L/Users/howarth/xplor-nih-2.21/
> bin.Darwin_9_x86/ -lfft -lintVar -lvmd -lpy -lswigpy-xplor -
> ltclXplor -lswigtcl8-xplor -lnmrPot -lcommon -lmarvin \
> -lcrypto -L/sw/lib/llvm-gcc-4.2/lib -lgfortran -llapack -
> lblas -L/Users/howarth/xplor-nih-2.21/bin.Darwin_9...
2009 Jan 25
2
[LLVMdev] -O4 -fvisibility=hidden
...> > After trying the recommended use of -O4 -fvisibility=hidden to
> > compile xplor-nih with full LTO optimizations, I discovered three
> > symbols become undefined...
> >
> > llvm-gcc-4 -O4 -fvisibility=hidden -o xplor xplor.o \
> > \
> > -L. -lxplorCmd -lxplor -L/Users/howarth/xplor-nih-2.21/
> > bin.Darwin_9_x86/ -lfft -lintVar -lvmd -lpy -lswigpy-xplor -
> > ltclXplor -lswigtcl8-xplor -lnmrPot -lcommon -lmarvin \
> > -lcrypto -L/sw/lib/llvm-gcc-4.2/lib -lgfortran -llapack -
> > lblas -L/Users/howarth/xplor-n...