Rebuild 0.2 released

Bradley Smith user at domain.invalid
Tue Feb 6 05:50:32 PST 2007


Gregor Richards wrote:
> Gregor Richards wrote:
>> Rebuild is a recreation of build/bud. I'm not a politician, so I'm not 
>> going into why I wrote it.
>>
>> It's based on the original DMD frontend, so it's in C++. Binaries are 
>> available for GNU/Linux and Windows. It should work on nearly any 
>> system that has a D compiler.
>>
>> URL: http://www.dsource.org/projects/dsss/wiki/Rebuild
>>
>>  - Gregor Richards
> 
> Rebuild 0.2 released. http://www.dsource.org/projects/dsss/wiki/Rebuild
> 
> Rebuild 0.2 adds easier linking to libraries with the -ll flag. For 
> example:
> 
> rebuild something.d -llncurses -llm
> 
> (-ll stands for "link library")
> 
>  - Gregor Richards

When I use -ll, I get and unrecognized switch error.

C:\gld>rebuild -llgld -llopengl32 -llglu32 -llwin32 -llgdi32 -llwinmm 
-version=WindowsXP -Isource -I..\gl\imports -I..\win32\imports -Iimports 
-oftriangle.exe -L-L/exet:nt/su:windows:4.0 source\examples\triangle.d
Error: unrecognized switch '-llgld'
Error: unrecognized switch '-llgld'

C:\gld>rebuild
ReBuild version 0.2 (based on DMD 1.005)
...

Thanks,
   Bradley



More information about the Digitalmars-d-announce mailing list