are you certain that you have the 10.2.8 SDK installed correctly and your mozconfig set to use that sdk?

just a guess.

I think I know what is going on in this case, due to an unrelated issue.


It seems that on newer versions of the 10.3 installers, the /usr/lib/crt1.o is not installed (it's part of the Essentials.pkg). The particular machine I was working with had 10.3.2 installed from a 10.3.2 install DVD (new machine). What I did to solve the issue in that case was to make a symlink of the crt1.o file like so:

cd /usr/lib
ln -s /Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/crt1.o

after that, what I was trying to build on the command line (openradius) worked. It also affected building MySQL.

I'm confused why Apple did this.

Adam.

-----------------------------------------------------------------------
Adam Randall                                       http://www.xaren.net
[EMAIL PROTECTED]                                   AIM/iChat:  blitz574
[EMAIL PROTECTED]

"Macintosh users are a special case. They care passionately about the
Mac OS and would rewire their own bodies to run on Mac OS X if such a
thing were possible." -- Peter H. Lewis
_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino

Reply via email to