search for: dftabl

Displaying 7 results from an estimated 7 matches for "dftabl".

Did you mean: dftab
2009 Dec 04
2
[LLVMdev] Transparent LTO on Mac OS X
Dear All, I'm trying to use transparent link-time optimization on Mac OS X. I've got Xcode 3.2 installed, and I'm trying to compile code with llvm-gcc -O4. However, I get the following error: gcc -O4 -o dftables .libs/dftables.o ld: warning: in .libs/dftables.o, file is not of required architecture Undefined symbols: "_main", referenced from: start in crt1.10.6.o ld: symbol(s) not found collect2: ld returned 1 exit status It seems that the linker doesn't understand the bitcode form...
2009 Dec 04
0
[LLVMdev] Transparent LTO on Mac OS X
John Criswell wrote: > Dear All, > > I'm trying to use transparent link-time optimization on Mac OS X. > > I've got Xcode 3.2 installed, and I'm trying to compile code with > llvm-gcc -O4. However, I get the following error: > > gcc -O4 -o dftables .libs/dftables.o > ld: warning: in .libs/dftables.o, file is not of required architecture > Undefined symbols: > "_main", referenced from: > start in crt1.10.6.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > I should add that the gcc a...
2009 Dec 04
4
[LLVMdev] Transparent LTO on Mac OS X
...wrote: >> Dear All, >> >> I'm trying to use transparent link-time optimization on Mac OS X. >> >> I've got Xcode 3.2 installed, and I'm trying to compile code with >> llvm-gcc -O4. However, I get the following error: >> >> gcc -O4 -o dftables .libs/dftables.o >> ld: warning: in .libs/dftables.o, file is not of required architecture >> Undefined symbols: >> "_main", referenced from: >> start in crt1.10.6.o >> ld: symbol(s) not found >> collect2: ld returned 1 exit status >> &gt...
2009 Dec 04
1
[LLVMdev] Transparent LTO on Mac OS X
...;> >>>> I'm trying to use transparent link-time optimization on Mac OS X. >>>> >>>> I've got Xcode 3.2 installed, and I'm trying to compile code with llvm-gcc -O4. However, I get the following error: >>>> >>>> gcc -O4 -o dftables .libs/dftables.o >>>> ld: warning: in .libs/dftables.o, file is not of required architecture >>>> Undefined symbols: >>>> "_main", referenced from: >>>> start in crt1.10.6.o >>>> ld: symbol(s) not found >>>> col...
2009 Dec 04
0
[LLVMdev] Transparent LTO on Mac OS X
..., >>> >>> I'm trying to use transparent link-time optimization on Mac OS X. >>> >>> I've got Xcode 3.2 installed, and I'm trying to compile code with >>> llvm-gcc -O4. However, I get the following error: >>> >>> gcc -O4 -o dftables .libs/dftables.o >>> ld: warning: in .libs/dftables.o, file is not of required architecture >>> Undefined symbols: >>> "_main", referenced from: >>> start in crt1.10.6.o >>> ld: symbol(s) not found >>> collect2: ld returned 1 e...
2003 May 05
1
problems compiling R on AIX5.1
...#39;ve never achieved to compile 1.7.0 because it seems that a file called R.exp is missing (or maybe it's not well referenced on the makefile). Output of make: .... xlc_r -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -O2 -qmaxmem=8192 -c dftables.c -o dftables.o xlc_r -Wl,-brtl -Wl,-bdynamic -Wl,-bE:../../../etc/R.exp -Wl,-bM:SRE -L/usr/local/lib -o dftables -O2 -qmaxmem=8192 dftables.o ld: 0706-004 Cannot find or read export file: ../../../etc/R.exp ld:accessx(): A file or directory in the path name does not exist. make:...
2006 May 18
0
R-devel and PGI 6.0 compile error
...-05-17.tar.gz) on Red Hat Enterprise Linux AS release 3 (Taroon Update 7) using the Portland Group compiler 6.0. (I have not yet successful compiled R on this configuration, so I don't know if this is a new problem.) I get an error pgcc -L/usr/local/pgi/linux86-64/6.0/libso -L/usr/lib64 -o dftables dftables.o ../dftables chartables.h ../dftables: error while loading shared libraries: libpgc.so: cannot open shared object file: No such file or directory make[3]: *** [chartables.h] Error 127 The library containing libpgc.so is in both my LD_LIBRARY_PATH and in LDFLAGS. More details are be...