• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: libtool, makefiles, & 10.4?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >libtool, makefiles, & 10.4? (From: james tittle <email@hidden>)

  • Prev by Date: Re: Array of numbers
  • Next by Date: Re: Adding (static) libraries to target
  • Previous by thread: libtool, makefiles, & 10.4?
  • Next by thread: Oracle pro*c makefile makerules in xcode 2 ?
  • Index(es):
    • Date
    • Thread