2010/6/4 Kalev Lember <kalev@xxxxxxxxxxxx>: > On 06/04/2010 12:27 PM, philippe makowski wrote: >> Hi, >> >> Is there someone to explain me why I get this error message for i686 >> build in devel >> >>> /usr/bin/ld: cannot find -lsupc++ >> >> I did not get it in F-13, neither in local mockbuild x86_64 >> >> What am I missing ? > > I'm not sure if it's a good idea, but you could try to link it against > the (dynamic) libstdc++ library instead. Static libsupc++ is just a > subset of libstdc++, containing only the C++ runtime without the > standard C++ library. > > If it's firebird you are talking about, then patching > builds/posix/make.defaults should be enough to get rid of the static lib > dep: > -STATIC_CXXSUPPORT_LIB = -lsupc++ -lgcc_eh > +STATIC_CXXSUPPORT_LIB = -lstdc++ > > However, if you choose to change it like that please do some runtime > tests to make sure it doesn't break anything. thanks but I'll keep static Firebird 2.5 is coming so this 2.1.3 package will be soon obsolete in devel -- packaging mailing list packaging@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/packaging