On Fri, Jan 21, 2005 at 05:08:17PM +0100, [EMAIL PROTECTED] wrote: > I have tried to compile lftp on AIX 5.2. Static binding of libgcc_s.a does > not work. We need that because AIX by default does not install libraries > of gcc or gcc at all. We can not install on every system gcc. AIX must use
Try to remove libgcc_s.so on the system you compile lftp on. Then static lib will be used automatically by the linker. -- Alexander.
