[plt-scheme] stdc++ linking problem
Lo, on Wednesday, November 19, Richard C. Cobbe did write:
> (Side note: in my experience, ldd is fairly common across Unixes, or at
> least those that support shared libraries. It doesn't seem to exist on
> my MacOS 10.2.8 machine, though -- does anyone know what the MacOS
> equivalent is?)
For those interested, MacOSX's otool program serves the same purpose;
use the -L flag to get the required shared libraries. (Credit to
MacOSXHints.com for that one.)
Richard