Craig Harbuck wrote:
during the response to the command

%sudo fink update-all

The following warnings appeared:


*** Warning: linker path does not have real file for library -lstdc++.
[etc]

It would be interesting to know which package caused this message.
[]
I don't know if this will affect access to c++ std library or the gcc std library;
It only shows that the build process of the package in question was looking for shared versions of libgcc (doesn't exist on MacOSX) and libstdc++ (exists, but in a nonstandard place), and didn't find them.
Usually one can assume that the package maintainer has looked at this and accepted it. Warnings during compilation are quite common. Some package compilations produce hundreds of warnings.

Does anyone know what to do do resolve these issues and the effect if not fixed?
From what you wrote it is not clear if there is an issue here to resolve.

--
Martin





-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to