swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] [inactive list - Do not use] MacOS X Build Error


From: Bill Northcott
Subject: Re: [Swarm-Support] [inactive list - Do not use] MacOS X Build Error
Date: Wed, 26 Mar 2003 17:16:31 +1100

As far as I can see these are basically libtool issues.  The current 
version of libtool (1.4.3) is not regarded as ported to MacOS X.
I have not bothered to fix code, particularly for peripheral things like 
findImp, until we have libtool 1.5 which is supposed to be MacOS X 
compatable.
This is only an issue for building the libraries and not the applications. 
 So I just rearranged it manually and relinked.

Bill Northcott


David Clements wrote

> Making all in tools
> source='../../../../tools/findImp.m' object='findImp.lo' libtool=yes \
> depfile='.deps/findImp.Plo' tmpdepfile='.deps/findImp.TPlo' \
stuff removed
> /bin/sh ../libtool --mode=link /usr/local/gcc3.3/bin/gcc  -g -O2
> -fgnu-runtime -fno-strict-aliasing -Wall -Wno-import -Wno-protocol
> -Wno-long-long   -o findImp -L../src -L../libobjc/.libs findImp.lo
> -lswarm
> mkdir .libs
> /usr/local/gcc3.3/bin/gcc -g -O2 -fgnu-runtime -fno-strict-aliasing
> -Wall -Wno-import -Wno-protocol -Wno-long-long -o findImp findImp.lo
> -L/Users/raven/Documents/Projects/Swarm/swarm/macosx/swarmx/build/src
> -L/Users/raven/Documents/Projects/Swarm/swarm/macosx/swarmx/build/
> libobjc/.libs -lswarm
> /usr/bin/ld: can't locate file for: -lswarm

> I can see why it would give that error there (-lswarm is obviously
> meant as an option and not as a file), would the solution just to be to
> move -lswarm to before the -L declarations?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]