Unix linking trouble

Craig Latta craig.latta at netjam.org
Mon Jul 8 20:28:50 UTC 2002


Hi--

> > The final linking step fails on my OpenBSD machine, with vm.a
> > references from sqXWindow going unresolved. Does this look familiar
> > to anyone? A transcript is attached.
> 
> IIRC, when I built 3.2.2 I did something like...
> 
>     find . -name \*.a | xargs ranlib
> 
> ...to get refs resolved.

	Thanks! The only other thing that went wrong was that the
implied-source variable invocation ("$<") in the main Makefile's
squeak.1 target came up empty. I stuck the literal path in there and it
worked; I guess this is a peculiarity of 'gmake' or 'sh' on OpenBSD.


	thanks again,

-C

--
Craig Latta
improvisational musical informaticist
craig at netjam.org
www.netjam.org
Smalltalkers do: [:it | All with: Class, (And love: it)]



More information about the Squeak-dev mailing list