swarm-support
[Top][All Lists]
Advanced

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

Re: [Swarm-Support] OS X and libtool 1.5


From: Scott Christley
Subject: Re: [Swarm-Support] OS X and libtool 1.5
Date: Wed, 16 Apr 2003 15:42:54 -0700

On Wednesday, April 16, 2003, at 03:03 PM, David H. Clements wrote:

This is what I am getting on building swarm with libtool 1.5.

mv -f findImp.o findImp.lo
/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

Why is -lswarm being appended to the compile statement for gcc?

findImp is apparently some sort of internal tool for swarm, so the makefile is trying to link the findImp executable, which requires the swarm library and thus the addition of -lswarm.

Check in the directory below, does libswarm.a or whatever exist in the .libs subdirectory?

/Users/raven/Documents/Projects/Swarm/swarm/macosx/swarmx/build/src

cheers
Scott



reply via email to

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