$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-08-06 03:48:30
Vladimir Prus wrote:
>
> 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?
>
I will try, I hope it's more clearly this time. (Sometimes I wish
I had a better skill with english than with comptures... :-)
I have a ton (30 to 40 lines!) of -L and -l options (generated by
an external makefile) which must appear at the end of the linker
command line exactly as generated by the makefile in order to link
the application correctly.
Markus