E
Ernesto
Hi everybody:
I am developing a library using mingw (windows).
I created my binary files (.dll), my library file (.a) and my def file
(.def) using g++ -output-def=XXX -soname=XXX
The problem happened when I ported my library to linux and tried to
compile using g++. The .a and the .def file are missing because g++
did not recognize the -output-def=XXX and the -soname parameter and
threw an error message like this:
utput-def=XXX file not found.
Am I right or am I doing something wrong?
Best regards
Ernesto
I am developing a library using mingw (windows).
I created my binary files (.dll), my library file (.a) and my def file
(.def) using g++ -output-def=XXX -soname=XXX
The problem happened when I ported my library to linux and tried to
compile using g++. The .a and the .def file are missing because g++
did not recognize the -output-def=XXX and the -soname parameter and
threw an error message like this:
utput-def=XXX file not found.
Am I right or am I doing something wrong?
Best regards
Ernesto