• 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
Newbie to Darwin linking issue I think?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Newbie to Darwin linking issue I think?


  • Subject: Newbie to Darwin linking issue I think?
  • From: Damien Cooke <email@hidden>
  • Date: Sun, 5 Jun 2005 08:36:31 +0930

Sorry for the dumb question. I am porting my malloc to Darwin. I have built it as a shared dynamic library on Solaris. However I am having a large amount of problems with this on OS X 10.4.1 using XCode 2.0 and gcc 4.0

I build the two object files as such

gcc -g -fPIC -c source/lpmalloc.c -o output/lpmalloc.o
gcc -g -fPIC -c source/global.c -o output/global.o

Then I use Libtool as such libtool -dynamic -o bin/liblpmalloc.so output/lpmalloc.o output/global.o

This is what I get:

ld: for architecture ppc
ld: Undefined symbols:
_printf
libtool: internal link edit command failed


I am probably doing something really dumb but any help would be greatly appreciated.


Damien

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Newbie to Darwin linking issue I think?
      • From: Shantonu Sen <email@hidden>
  • Prev by Date: Re: Rookie question
  • Next by Date: Re: Newbie to Darwin linking issue I think?
  • Previous by thread: Re: Rookie question
  • Next by thread: Re: Newbie to Darwin linking issue I think?
  • Index(es):
    • Date
    • Thread