1751860 Members
5539 Online
108782 Solutions
New Discussion юеВ

Re: libftp

 
ute01
Occasional Contributor

libftp

Hello,
we need help in using libftp with aCC on hp-ux11.0. We tried using libftp 5.0 (downloaded from hp-asknet). The binary could not been linked with aCC neither could the source been properly compiled. Compilation under gcc worked fine but
then linking with aCC is not possible.

thanks in advance, Ute Kaldenbach
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: libftp

Why not just use gcc?

live free or die
harry
Live Free or Die
Steven Gillard_2
Honored Contributor

Re: libftp

Have you tried linking the gcc compiled libftp with an aCC compiled object? If libftp is just a plain C library it should work.

You only run into problems when you try to link g++ objects with aCC objects because the C++ name mangling works differently.

Regards,
Steve