Re: cannot find -lsupc++ devel i686

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.

-- 
Kalev
--
packaging mailing list
packaging@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/packaging


[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite Forum]     [KDE Users]

  Powered by Linux