Re: Build problem (again)
Re: Build problem (again)
- Subject: Re: Build problem (again)
- From: Greg Guerin <email@hidden>
- Date: Thu, 22 Nov 2007 11:00:48 -0700
Ed Gronenschild wrote:
>When I use some routines from the libbicpl.a library I get the
>following link errors only in case I build the release (deployment)
>version:
>
>/../libbicpl.a(object.o) reference to undefined _sprintf$LDBLStub
>/../libbicpl.a(colours.o) reference to undefined _sprintf$LDBLStub
>/../libbicpl.a(colours.o) reference to undefined _sscanf$LDBLStub
Have you tried googling? Either the error message or just the undefined
symbol often gives useful hits, such as this one from 2005:
<http://lists.apple.com/archives/Xcode-users/2005/Aug/msg00458.html>
When the problem is only in the release build, it usually involves
Universal Binary, or more specifically, the non-native CPU architecture
(i.e. ppc if you're building on x86, and vice versa).
>I'm using OSX 10.4.10 and Xcode 2.4.1.
Which version of gcc?
What is the minimum OS version you're targeting?
What minimum OS version was libbicpl.a compiled for?
-- GG
_______________________________________________
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