search for: csects

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

Did you mean: csect
2011 Jan 31
1
Openssh 5.7p1
Hello everyone... This is my FIRST time... I am using GCC 4.3.5 on AIX 5.3... I compiled with openssh but got the error messages. Here is: gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib -lssh -lopenbsd-compat -lcrypto -lz
2011 Feb 11
1
Compilation error: SEVERE ERROR: Symbol C_BSTAT (entry 2175) in object clientloop.o
Previous version compiled successfully was 5.5p1. Now compiling 5.8p1 on the same machine "AIX 5.3 TL12 SP2" via GNU make with gcc 4.2.0 - got an error, can someone help with this? gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L. -Lopenbsd-compat/ -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib:
2005 Nov 25
1
Problems compiling R under AIX 4.3
...do not see where I use -dynamic and/or -static. If I use the IMB linker I got: with IBM linker (ld): $ ld -b32 -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -lX11 -ljpeg -lpng -lz ld: 0711-327 WARNING: Entry point not found: __start ld: 0711-244 ERROR: No csects or exported symbols have been saved. Any help are welcome - Is there anybody with the same configuration (AIX 4.3,gcc,xlf95) and has build a working R ? Thanks Reinhard
2012 Aug 30
1
[LLVMdev] Problems building llvm on AIX
...build llvm[2]: Linking Release executable fpcmp (without symbols) ld: 0706-027 The -R $ORIGIN/../lib flag is ignored. ld: 0706-027 The -R /ccvunix/cdndev/user/cdndadm/Tools/llvm-3.0/build/Release/bin flag is ignored. ld: 0711-327 WARNING: Entry point not found: xport-dynamic ld: 0711-244 ERROR: No csects or exported symbols have been saved. collect2: error: ld returned 8 exit status make[2]: *** [/ccvunix/cdndev/user/cdndadm/Tools/llvm-3.0/build/Release/bin/fpcmp] Error 1 make[2]: Leaving directory `/ccvunix/cdndev/user/cdndadm/Tools/llvm-3.0/build/utils/fpcmp' make[1]: *** [fpcmp/.makeall] Err...
1997 Nov 17
0
R-beta: Shared libraries on AIX
...t the line `#include <fcntl.h>' in `Defn.h', and the compiling went fairly smooth. That is, I got the following error message: gcc -g -fpic -I/usit/spfs/math-u1/fredrigl/R-0.50-a4/include -c hclust.c ld: 0711-327 WARNING: Entry point not found: __start ld: 0711-244 ERROR: No csects or exported symbols have been saved. make: 1254-004 The error code from the last command is 8. Next, I want to dynamically load some shared libraries. This is what I do: sp09 69>gcc -c -shared -o ar1sim.so ar1sim.c sp09 70>R R : Copyright 1997, Robert Gentleman and Ross Ihaka Version 0.5...
1998 Dec 08
0
R compile problems with AIX
Hello, I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end: make produces following output: ... ... mkdir ../../../library/eda/R ld: 0711-327 WARNING: Entry point not found: __start ld: 0711-244 ERROR: No csects or exported symbols have been saved. gnumake[4]: *** [eda.so] Error 8 gnumake[3]: *** [all] Error 1 gnumake[2]: *** [R] Error 1 gnumake[1]: *** [R] Error 1 gnumake: *** [R] Error 1 This seems to be a binder Error (appears also with aix-make) any suggestions, how to solve this problem? Attached i...
1998 Dec 08
0
R compile problems with AIX
Hello, I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end: make produces following output: ... ... mkdir ../../../library/eda/R ld: 0711-327 WARNING: Entry point not found: __start ld: 0711-244 ERROR: No csects or exported symbols have been saved. gnumake[4]: *** [eda.so] Error 8 gnumake[3]: *** [all] Error 1 gnumake[2]: *** [R] Error 1 gnumake[1]: *** [R] Error 1 gnumake: *** [R] Error 1 This seems to be a binder Error (appears also with aix-make) any suggestions, how to solve this problem? Attached i...