> Oh, for GNU MP you only need -library=no%Cstd in CXXFLAGS. > Premise: stdcxx i have installed in /opt/foss/lib
Here is my step by step: cd GNUMP/4.2.2/Solaris copy CFLAGS, CXXFLAGS and LDFLAGS from STUDIO12.IA32 and put in shell copy next env. variables from STUDIO12.IA32 and put in shell apply_patches run configure as you provided in STUDIO12.IA32 here are the outputs ... my env variables ... http://opensolaris.pastebin.ca/799128 configure error ... http://opensolaris.pastebin.ca/799124 more config.log ... http://opensolaris.pastebin.ca/799130 after little hack in configure changed --version to -V and CPPFLAGS, which you don't have in STUDIO12.IA32 (probably you have header files for stdcxx in some standard location which haven't to be specified - maybe /usr/include :) ): export CPPFLAGS="-I/opt/foss/include -KPIC -D_REENTRANT -D_RWSTD_REENTRANT" more config.log ... http://opensolaris.pastebin.ca/799155 now configure works fine ... OK gmake C part OK ... CXX .... look here ... http://opensolaris.pastebin.ca/799162 I don't know where I'm wrong. Maybe I could specify for LDFLAGS -R/opt/foss/lib Thx -- Lukas 'Luc' Oboril IRC nickname: luc^ at freenode When dealing with people, let us remember we are not dealing with creatures of logic. We are dealing with creatures of emotions, creatures bristling with prejudices and motivated by pride and vanity. Dale Carnegie
