Boost logo

Boost-Build :

From: Ian Berthon (ian_at_[hidden])
Date: 2003-06-23 11:04:29


[snip]

>
> > Additionally and, I guess, specific to the Borland compiler, it's using
> > the gcc '-l' syntax for the library which results in an 'Incorrect
> > command line option' error. I had a quick look at BORLAND.JAM but
> > couldn't figure out where it's going wrong, could someone please point
> > me in the right direction?
>
> It's controlled by line 150:
>
> flags builtin.response-file LIBRARY_OPTION <toolset>borland : -l :
> unchecked ;
>
> is something different needed? For example, if no option at all is
> needed,
> just library name, one should be able to replace "-l" with "".
>
[snip]

Changing the "-l" to "" should be all that's needed.

Thanks,
Ian.

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk