Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-08-06 02:24:12


Markus Schöpflin wrote:
> Vladimir Prus wrote:
> > Markus Schöpflin wrote:
> > > Hello,
> > >
> > > how do I specify a command line argument for the linker?
> > > Something like LDFLAGS in makefiles?
> >
> > exe a : a.cpp <linkflags>something ;
> Thanks, this works. Is there any way to get this at the
> end of the linker command line?

Can you clarify: do you need some linker option to appear precisely at the
end of linker command line (i.e. the order matters), or you're trying to
change the command line according to output from some other program?

> Background: I'm trying to link an OCI (Oracle Call Interface)
> application and you need huge amount of link libraries for this.
> I have written a make file which echoes the needed -L and -l
> parameters and I would like to use the ouput of this makefile
> as an input to my jam based build process.

- Volodya

 


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