![]() |
Blitz Devel : |
From: Theodore Papadopoulo (Theodore.Papadopoulo_at_[hidden])
Date: 2003-01-13 07:36:14
janis187_at_[hidden] said:
> 2. "make" fails unless LD_LIBRARY_PATH includes the C++ runtime
> libraries for the compiler being tested; compiler/bzconfig doesn't
> use the LDFLAGS value that was defined when configure was run.
In my opinion, this is a problem of GCC. g++ just plainly fails to
generate usable binaries without an action from the user to specify
the LD_LIBRARY_PATH. That's because GCC maintainers are reluctant to
set the RUNPATH (the runtime equivalent of the LD_LIBRARY_PATH for
finding the libraries at run time) in the binaries. This is not
particular to blitz and I would suggest that you add permanently this
LD_LIBRARY_PATH to your environment.
At least until I get a patch (which I should make up to date since it
does no longer work since a few weeks) approved... which is not an
easy task.
Theo.
--------------------------------------------------------------------
Theodore Papadopoulo
Email: Theodore.Papadopoulo_at_[hidden] Tel: (33) 04 92 38 76 01
--------------------------------------------------------------------