Hi everybody
We are trying to compile an AIX application using Visual Age C++ 5.0.2 to be used
in other AIX systems without need to install Visual Age in it because the application uses
OCL and Visual Age libs, and we want to link this libs in static mode into the executable
application.
The problem is that we receive the following message when we are trying to embeed the code
lib in the application.
This is the error message we are receiving:
3 items are referenced but not defined in target...
not defined ".iconv"
Not defined".iconv_close"
Not defined "iconv_open"
This error occurs when libiocns.a and libciocclns.a are being used instead of libioc.a
First, is it correct the way we are trying to compile the application?
How we can compile the application to be used in a different AIX system without need to include
the libs into the system, it means, copy only the application and it must run?
Thanks in advance!!!!
We are trying to compile an AIX application using Visual Age C++ 5.0.2 to be used
in other AIX systems without need to install Visual Age in it because the application uses
OCL and Visual Age libs, and we want to link this libs in static mode into the executable
application.
The problem is that we receive the following message when we are trying to embeed the code
lib in the application.
This is the error message we are receiving:
3 items are referenced but not defined in target...
not defined ".iconv"
Not defined".iconv_close"
Not defined "iconv_open"
This error occurs when libiocns.a and libciocclns.a are being used instead of libioc.a
First, is it correct the way we are trying to compile the application?
How we can compile the application to be used in a different AIX system without need to include
the libs into the system, it means, copy only the application and it must run?
Thanks in advance!!!!