Boost logo

Boost-Build :

From: Michael Marcin (mmarcin_at_[hidden])
Date: 2007-06-07 16:30:09


Vladimir Prus wrote:
> However, you don't have any action name 'link' in your rvct.jam.
> While borland.jam has
> something like:
>
> actions link
> {
> $(.set-path)$(.root:W)$(.old-path) "$(CONFIG_COMMAND)" -v
> -q $(OPTIONS) -L"$(LIBRARY_PATH:W)" -L"$(STDLIBPATH:W)"
> -e"$(<[1]:W)" @"@($(<[1]:W).rsp:E=$(nl)"$(>)" $(nl)$(LIBRARIES)
> $(nl)"$(LIBRARY_OPTION)$(FINDLIBS_ST:S=.lib)"
> $(nl)"$(LIBRARY_OPTION)$(FINDLIBS_SA:S=.lib)")" }
>
> you don't have anything like that. Basically, you did not say what
> command should be used
> for linking. I presume you've just forgot to add that.

Doh! I only copied part of the borland.jam file I forgot to scroll down.

This gets me further but I still have a long way to go.

Thanks,

Michael Marcin


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