This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

including static libs in a dll


Dear gnu-win freaks,

how can i make a dll from an *.o file which needs to be linked against
static libraries? On linux, i was used to do something like "g++ File.o
-o File.so -Wl,-shared,-L$(LIBRARIES),-llibrary". But the windows linker
does not know -shared and also gives numbers of errors after the -l
option.

TIA for some hints

Matthias

-- 
**********************************************
Matthias Klingel
Institut fuer Siedlungswasserwirtschaft
Universitaet Karlsruhe
***********************************************

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]