DWT Build problems with DMD 0.153
Derek Parnell
derek at psych.ward
Wed Apr 19 02:53:50 PDT 2006
On Wed, 19 Apr 2006 10:30:55 +0100, DBloke wrote:
>> If you are build a library, Build uses DigitalMars' lib.exe in Windows
>> environments. This is normally found in the dm\bin (not dmd\bin) folder
>> which is expected to be on your PATH. I notice you have the LINKCMD in the
>> sc.ini file to show where the linker is, well you might have to do
>> something similar for the librarian. If you place in the build.cfg file
>> (Build's configuration file) the line ...
>>
>> LINKCMD=C:\dmd\dm\bin\lib.exe
>>
>> Build can find your librarian application then.
>>
> Hi thanks for tip, I downloaded build but it did not come with a
> build.cfg file,
It contains "example_build.cfg" though which has this contents ...
CMDLINE=-info # Show the version of build
CMDLINE=-silent # hide linker output
LIBCMD=%@D%\..\..\dm\bin\lib.exe
#CMDLINE=-IC:\TEMP\FOO
# eg. LINKSWITCH=/info # define the default linker switches.
[dbg]
CMDLINE=-unittest --release --inline -g -w -full
CMDLINE=-T{Target}_{Group}
[prod]
CMDLINE=--unittest --debug* --g --w -release -inline -full
CMDLINE=-T{Target}_{Group}
And it comes with docs that explain all this stuff.
> and I have been unable to access dsource for a few days
> now keep getting FATAL: connection limit exceeded for non-superusers
> error,
...
> Who do i need to contact about dsource problem?
"Brad" <admin at dsource.org>
--
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocracy!"
19/04/2006 7:50:11 PM
More information about the Digitalmars-d-dwt
mailing list