Ryan Govostes on Wed, 25 Apr 2007 18:49:34 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Mac OS Cross-compiling
|
- To: pari-dev@list.cr.yp.to
- Subject: Re: Mac OS Cross-compiling
- From: "Ryan Govostes" <rgovostes@gmail.com>
- Date: Wed, 25 Apr 2007 12:47:26 -0400
- Delivery-date: Wed, 25 Apr 2007 18:49:34 +0200
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X7lnVxUBWZjGl3cGxEF472jTUH2KBLdex0AZqMNKVo6wLtp+fvXw/9OwLErfXQ7dPVtPH+xZ7rSz57KByuFmwPDx+e43M/W1JsRu10zUjvQJC8guKgNkx4ypPMP9qbTaBJIX5oS9zrubrYRilidGX0DytW9kVp3ECXPO16xW+7k=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nR+LoPYWpKkbC+/OY6KBQynlIKp0SSFwwTFZh/HsqzAiGFJiZc2E4hkL6PNWQgOOWwAlYIYhKvvqChPLVLWGIuaJjmXq0jw/HS/uWRUhmfQzpXyYFX9t3efwJoqAwRPVlWWxODTHykvGFYtlRoi4kQEKNJzALds4jg3qc/27iwc=
- In-reply-to: <20070425124741.GS23732@yellowpig>
- Mailing-list: contact pari-dev-help@list.cr.yp.to; run by ezmlm
- References: <569C2A3D-F435-4E95-A566-AC10493EBB93@gmail.com> <20070425124741.GS23732@yellowpig>
Well, from my experience, after I do
./Configure --host=i386-darwin
make gp
During 'make gp', I get an error along the lines of
$ cd Odarwin-ppc
cd: Odarwin-ppc: No such file or directory
So it looks like it tries to go to the directory of the native arch,
regardless of what the config'd architecture was.