The subject says it all :-)
What do I have to do to make xlc link statically? I need this for
binaries in a chrooted environment where I do not want the complexity
caused by shared libraries...
Thanks,
Michael
What do I have to do to make xlc link statically? I need this for
binaries in a chrooted environment where I do not want the complexity
caused by shared libraries...
Thanks,
Michael
> The subject says it all :-)
> What do I have to do to make xlc link statically? I need this for
> binaries in a chrooted environment where I do not want the complexity
> caused by shared libraries...
> Thanks,
> Michael
-bnoso -bI:/lib/syscalls.exp -bI:/lib/threads.exp
-bI:/usr/lpp/xlC/lib/libC.imp
This under AIX 4.2.1. You definitely need the first one, and probably the
second, but you might manage without the others.
Gary Duzan
GTE Laboratories
1. #pragma message equivalent in xlC
Is there a way to generate a customized message during compiling?
Something like the #pragma message ("This is a test") in MS VC++
compiler? Any suggestions are greatly appreciated. Thanks.
Quin
3. diff. between /usr/vac/bin/xlc & /usr/bin/xlc
4. file last accessed ..number of time
5. Upgrading xlc.rte and xlc.aix43.rte
6. ipsec-tools package at sourceforge
7. Difference between xlc and xlC on AIX
9. malloc in Aix xlC and GCC ?
10. Build xlC Executable w/ gcc/g++ objs
11. xlc - gcc compatible calling convention ?