Beginner bud problem

notknown notknown at none.com
Tue Oct 24 07:45:38 PDT 2006


Chris Nicholson-Sauls kirjoitti:
> notknown wrote:
>> Hey,
>>
>> I have wxd in /home/me/D/wxd/
>> I have project in /home/me/D/DayBook/ containing daybook.d only
>>
>> Just cant get it to compile, finding the right parameters for bud.
>>
>> Is there very simple tutorial how to do this:
>> Just compile my files only, no compiling wxd files.
>> Include libraries libwxd.a and libwxc.a from wxd directory.
> 
> In file build.brf try writing:
> # daybook.d
> # libwxd.a
> # libwxc.a
> #
> # -clean
> # -Xwxd
> #
> # -I/home/me/D/wxd
> 
> Then run the command line, from within /home/me/D/DayBook: bud @build
> 
> I think that should be enough.
> 
> -- Chris Nicholson-Sauls

That almost works.

/usr/bin/ld: cannot find -llibwxd
collect2: ld returned 1 exit status

Is there linux incompatibility in bud?

Tried also wxd.a in place of libwxd.a =>

/usr/bin/ld: cannot find -lwxd
collect2: ld returned 1 exit status


It is not critical since I have scons working. But would be nice to get 
things work though and maybe someone else finds this useful too.



More information about the Digitalmars-d-learn mailing list