www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DSSS verbose mode?

reply Trass3r <mrmocool gmx.de> writes:
Is there a verbose mode for DSSS to see which commands it actually executes?

The dsss.conf is simply
name=lyla
[lyla]
[test.d]

I'm getting some linker errors that don't come up when compiling 
manually with dmd (using the lyla lib created by dsss, just passing it 
to dmd along with test.d).


OPTLINK (R) for Win32  Release 8.00.1
Copyright (C) Digital Mars 1989-2004  All rights reserved.
D:\dmd\windows\bin\..\lib\phobos.lib(gc)  Offset 3A7F2H Record Type 0091
  Error 1: Previous Definition Different : _D3std2gc12__ModuleInfoZ
D:\dmd\windows\bin\..\lib\SNN.lib(fputwc)  Offset 09794H Record Type 00C3
  Error 1: Previous Definition Different : _putwc
D:\dmd\windows\bin\..\lib\SNN.lib(fgetwc)  Offset 09043H Record Type 00C3
  Error 1: Previous Definition Different : _getwc
Mar 21 2009
parent reply grauzone <none example.net> writes:
The closest thing that I know is "dsss build -v"
Mar 21 2009
parent Trass3r <mrmocool gmx.de> writes:
grauzone schrieb:
 The closest thing that I know is "dsss build -v"
Thanks, that's what I needed. The cause seems to be that it uses dsss/include/d but links to the libraries in the dmd directory. test.d => test_lyla + D:\dmddwt\dsss\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\dmddwt\dsss\include\d -SD:\dmddwt\dsss\lib\ -ID:\dmddwt\dsss\include\d -SD:\dmddwt\dsss\lib -oqdsss_objs\D -Slib -llcblas -llatlas test.d -oftest_lyla D:\dmd\windows\bin\..\lib\phobos.lib(gc) Offset 3A7F2H Record Type 0091 Error 1: Previous Definition Different : _D3std2gc12__ModuleInfoZ
Mar 21 2009