Re: Problem Compiling QuantLib 0.3.11 on Solaris 5.8
Posted by
Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/Re-Problem-Compiling-QuantLib-0-3-11-on-Solaris-5-8-tp4359p4364.html
On 1/18/06,
[hidden email] <
[hidden email]> wrote:
> the error is still the same:
>
> >> Assertion: (../lnk/init.cc, line 1032)
> while processing ../../ql/history.hpp at line 135.
> *** Error code 1
Hmm, I see. It seems that I followed a red herring.
As to the above error, it seems more like an assertion error in the
linker. It's given something it doesn't like, and just croaks on you
instead of issuing an error.
> I'm wondering if I correclty setup the environement variables.
> Whta I use is:
> export CPPFLAGS='-I/usr/local/include/boost-1_33_1/ -I/ /export/home/xavier/studio/SUNWspro/include -L/usr/local/lib –L/export/home/xavier/studio/SUNWspro/include '
>
> export LDFLAGS='-I/usr/local/include/boost-1_33_1/ -I/ /export/home/xavier/studio/SUNWspro/lib –I/usr/local/lib'
Yes, I think so.
Later,
Luigi