$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Andre Hentz (ahentz_at_[hidden])
Date: 2004-01-13 14:20:00
Hi Volodya,
Vladimir Prus wrote:
>>The error message is:
>>
>>ld: fatal: option -dn and -P are incompatible
>>ld: fatal: Flags processing errors
>>
>>and it is cause by -rpath-link being in the command line. I removed it
>>from gcc.jam just to see what happens. Here's the new error/warning:
>>
>>ld: warning: file ../bin/gcc/debug/a.so: attempted multiple inclusion of
>>file
>
>
> Is this error, or warning. IOW, does it cause any tests to fail?
>
>From the point of view of the linker, it is a warning. I believe the
binary will run without a glitch. However, since the tests compare
stderr/stdout, they fail. So, from the point of view of test_all.py, it
is an error.
> Thanks,
> Volodya
>
Best,
Andre Hentz