Re: libtool, makefiles, & 10.4?
Re: libtool, makefiles, & 10.4?
- Subject: Re: libtool, makefiles, & 10.4?
- From: Andrew Pinski <email@hidden>
- Date: Tue, 10 May 2005 15:39:39 -0400
On May 10, 2005, at 3:37 PM, james tittle wrote:
hiya,
...just trying to re-compile an app under gcc-4.0 & 10.4, but I'm
getting a link error that seems to tell me I need to link to something
else:
tiggity:~/puredataDev/pd-0.38-4/src tigital$ make
cd ../obj; libtool -dynamic -o ../bin/pdtcl t_main.o t_tkcmd.o \
/Library/Frameworks/Tk.framework/Versions/Current/Tk \
/Library/Frameworks/Tcl.framework/Versions/Current/Tcl \
/usr/lib/libSystem.B.dylib
ld: for architecture ppc
ld: Undefined symbols:
_fprintf$LDBLStub
_snprintf$LDBLStub
_sprintf$LDBLStub
libtool: internal link edit command failed
make: *** [../bin/pdtcl] Error 1
...any ideas where these were moved to? Also, am I right in assuming
that if I somehow inserted a choice of SDK (say, 10.2.8, since that's
what this app should support) into the makefile, the above problem
would go away? If so, any pointers on how to choose SDK's in a
makefile?
Why are you trying to link directly with libtool, that is wrong. Use
gcc as the
driver to link with.
-- Pinski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden