Well, I don't know if I'm home free, but I got around the problem. It was as simple as changing the following line in .mozconfig:

ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk

to:

ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.3.0.sdk


It's still building, so I don't know if this will work in the end, but everything is going smoothly so far. For reference, I did have a crt1.o in /usr/lib, so making the symlink had no effect, other than to redirect it to the sdk. For some reason, it appears as if the mozilla build isn't picking up on the libraries in /usr/lib.


Hope this helps,
Jared

PS: You might get this twice. I keep sending with an account that is not subscribed to the list.


On Mar 4, 2004, at 1:32 PM, Adam Randall wrote:

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


_______________________________________________ Camino mailing list [EMAIL PROTECTED] http://mozdev.org/mailman/listinfo/camino

Reply via email to