Displaying 7 results from an estimated 7 matches for "csect".
Did you mean:
fsect
2011 Jan 31
1
Openssh 5.7p1
...onnect1.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
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 2427) in object clientloop.o:
The symbol refers to a csect with symbol number 0, which was not
found. The new symbol cannot be associated with a csect and
is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 2430) in object clientloop.o:
The symbol refers to a csect with symbol number 0, which was not
found. Th...
2011 Feb 11
1
Compilation error: SEVERE ERROR: Symbol C_BSTAT (entry 2175) in object clientloop.o
...shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o -L.
-Lopenbsd-compat/ -L/usr/local/lib -Wl,-blibpath:/usr/lib:/lib:
/usr/local/lib -lssh -lopenbsd-compat -lcrypto -lz
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 2175) in object
clientloop.o:
The symbol refers to a csect with symbol number 0, which was not
found. The new symbol cannot be associated with a csect and
is being ignored.
ld: 0711-593 SEVERE ERROR: Symbol C_BSTAT (entry 2178) in object
clientloop.o:
The symbol refers to a csect with symbol number 0, which was not
found. T...
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] Er...
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....
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...
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...