search for: testbed1

Displaying 5 results from an estimated 5 matches for "testbed1".

Did you mean: testbed
2006 Apr 25
3
[LLVMdev] src to src conversion
...eference to `__main' collect2: ld returned 1 exit status make: *** [test.opt.exe] Error 1 ------ I think the problem with main and __main is that I need to link in some LLVM runtime libraries. So, I tried to link in crtend (which defines __main). However, I get the following error: /home/testbed1/lefever/work/llvm/install/lib/libcrtend.a: could not read symbols: Archive has no index; run ranlib to add one collect2: ld returned 1 exit status make: *** [test.opt.exe] Error 1 I tried creating a copy of the libcrtend.a and running ranlib on it and I also separately tried running llvm-ranlib...
2006 Dec 01
1
[LLVMdev] crtend
Before upgrading to the latest LLVM today, I used to run the following command: llvm-gcc -fno-inline -o __tmp.homer___ llvmtest/sliceme2.bc -L/home/testbed1/lefever/work/llvm/install/lib -lcrtend However, it is given the following error. /usr/bin/ld: cannot find -lcrtend collect2: ld returned 1 exit status make: *** [llvmtest/sliceme2.cbc] Error 1 Has the crtend library been moved? Thanks, Ryan
2006 Apr 25
0
[LLVMdev] src to src conversion
...d 1 exit status > make: *** [test.opt.exe] Error 1 > > ------ > > I think the problem with main and __main is that I need to link in some > LLVM runtime libraries. So, I tried to link in crtend (which defines > __main). However, I get the following error: > > /home/testbed1/lefever/work/llvm/install/lib/libcrtend.a: could not read > symbols: Archive has no index; run ranlib to add one > collect2: ld returned 1 exit status > make: *** [test.opt.exe] Error 1 > > I tried creating a copy of the libcrtend.a and running ranlib on it and > I also separat...
2001 Dec 12
0
Samba 3alpha. Where are my DOS long filenames?
Does ANYONE know why a directory listing from the MSDOS box of a Windows9x/Me client of a Samba 3 share on Linux not show the long filenames as well as the mangled form? This works on Samba 2.2.3. All I get is this. Volume in drive T is TESTBED1 Directory of T:\ COMPATID TXT 95 15/10/00 16:05 AUTOEXEC I4 406 04/12/00 17:17 NPWMSDRM DLL 8,608 08/06/00 17:00 NPDS ZIP 22,060 02/03/01 20:56 WEBCAM TXT 86 01/08/01 13:06 INSTALL LOG 1,155 21/05/01 16:14 AUTOEXEC 001...
2006 Apr 25
4
[LLVMdev] src to src conversion
...status >> make: *** [test.opt.exe] Error 1 >> ------ >> I think the problem with main and __main is that I need to link in >> some LLVM runtime libraries. So, I tried to link in crtend (which >> defines __main). However, I get the following error: >> /home/testbed1/lefever/work/llvm/install/lib/libcrtend.a: could >> not read symbols: Archive has no index; run ranlib to add one >> collect2: ld returned 1 exit status >> make: *** [test.opt.exe] Error 1 >> I tried creating a copy of the libcrtend.a and running ranlib on >> it an...