Hello, Igor,
Thank you very much for your answer - it helped me a lot :-)
Ciao, Christian.
-Ursprungliche Nachricht-
Von: Igor Pechtchanski [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 2. September 2003 16:38
An: Christian Neise
Cc: [EMAIL PROTECTED]
Betreff: Re: Create dll using gcc
.
Any hints?
Best regards,
Christian Neise
P.S.:
I createdthe dll the following way:
gcc -c dll_test.cpp -o debug/dll_test.o
gcc -shared -o debug/dll_test.dll \
-L/usr/lib \
-Wl,--export-all-symbols \
-Wl,--enable-auto-import \
-Wl,--whole-archive debug/dll_test.o \
-L/usr/lib \
-Wl,--no-whole
2 matches
Mail list logo