D Shared Software System version 0.3 released!

Gregor Richards Richards at codu.org
Thu Nov 16 14:38:04 PST 2006


Anders F Björklund wrote:
> Gregor Richards wrote:
> 
>> I have just released version 0.3 of DSSS, the D Shared Software 
>> System. I've changed the mirror infrastructure to use HTTP instead of 
>> Subversion, since plain HTTP provides a few advantages and 
>> Subversion's advantages aren't really necessary.  You should be able 
>> to upgrade without issues, it will transfer transparently.
> 
> 
> I tried building DSSS 0.3 with the unstable GDC version on Mac OS X,
> and got a few errors with the linker flags and the library creation:
> 
> gdc: unrecognized option `-rdynamic'
> ld: unknown flag: --start-group
> 
> ld: archive: ./libSDG-sss.a has no table of contents, add one with 
> ranlib(1) (can't load from it)
> 
> Posted the details on the DSSS forum, and the svn r20 GDC on gdcmac...
> (You need a GDC that is newer than 0.19, in order to compile Bud/DSSS)
> 
> --anders

Hmm, does Mac not use GNU Binutils for ld?  If not, I'll have to adjust 
slightly the backend to work properly.

There were some changes to bu[il]d that required the addition of some 
flags for GNU ld.  I didn't realize that Mac doesn't use GNU ld.  My 
apologies.

  - Gregor Richards



More information about the Digitalmars-d-announce mailing list