Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - Help for building a dll (for gsl 1.8)
I recently managed to compile the gsl 1.8 without much effort (thank you Walter for your support) with the latest version of dmc, and build a working .lib file out of it (using the lib executable). If anyone is interested I could send him the .lib file, and also the bash script used to generate the dmc Makefile from gnu Makefiles. Now I would like to build a .dll file too for the gsl library, is there an easy way to accomplish this task (using the compiled .obj files as input)? I know it's a basic question, but I'm still a newbie. :) Thank you a lot in advance Best Regards Stefano Sep 16 2006
|