|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide 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 electronics |
digitalmars.D.dwt - Compile Library for dwt-linux-98b80b00af79
Not quite sure what you are trying to do but in the dsss.conf file that comes with this you have it set as a "type=sourcelibrary" This will not compile the library on Linux ( It just hangs). I had to change it to "type=library" Extract:- = SOURCE LIBRARIES = Source libraries are libraries which are not compiled until they are used in a binary. They are installed in their source form. Otherwise, they act identically to normal libraries. A source library may be specified by setting the 'type' setting to 'sourcelibrary': [mydpackage] type=sourcelibrary Apr 30 2008
|