<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Vincent Fourmond wrote:
<blockquote
cite="mid:2e474d6f0804260152r5a4c5925ob98f25ad909166b5@mail.gmail.com"
type="cite">
<pre wrap=""> Hello !
On Sat, Apr 26, 2008 at 9:35 AM, Samuel H. Dupree, Jr.
<a class="moz-txt-link-rfc2396E" href="mailto:sdupree@speakeasy.net"><sdupree@speakeasy.net></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap=""> "gcc -o conftest $INCFLAGS conftest.c -I$hdrdir -g -O2 -fno-common -pipe
-fno-common -O2 -g -Wall -Werror-implicit-function-declaration $src $LIBPATH
-arch i386 -lpthread -ldl -lobjc -lz"
cc1: error: unrecognized command line option "-arch"
</pre>
</blockquote>
<pre wrap=""><!---->
This is very typical of a broken Ruby setup: compiler options
hardcoded into ruby's configuration file are not compatible with the
compiler available... Your best luck is to find the rbconfig.rb file;
the command
locate rbconfig.rb
should find it (you might need to run
sudo updatedb
beforehand).
Then, open this file (with administrator privileges, chances are as
a normal user you don't have write permissions there), find the line
with -arch i386 and remove -arch i386 from this line. That should take
you further, hopefully to completion.
Cheers,
Vincent
</pre>
</blockquote>
<tt>Vincent,<br>
<br>
What and/or where is updatedb? It does not appear to be on my system:<br>
<br>
</tt>
<blockquote>
<blockquote>
<blockquote><tt><b><font color="#990000">Last login: Sat Apr 26
15:41:36 on ttyp1</font></b></tt><br>
<tt><b><font color="#990000">Welcome to Darwin!</font></b></tt><br>
<tt><b><font color="#990000">dsl092-239-159:~ samueldupree$
locate updatedb</font></b></tt><br>
<tt><b><font color="#990000">/private/tmp/locateQ57vGFIHDB/_updatedb681</font></b></tt><br>
<tt><b><font color="#990000">/usr/libexec/locate.updatedb</font></b></tt><br>
<tt><b><font color="#990000">/usr/share/man/man8/locate.updatedb.8</font></b></tt><br>
<tt><b><font color="#990000">dsl092-239-159:~ samueldupree$ man
updatedb</font></b></tt><br>
<tt><b><font color="#990000">No manual entry for updatedb</font></b></tt><br>
<tt><b><font color="#990000">dsl092-239-159:~ samueldupree$ </font></b></tt><br>
</blockquote>
</blockquote>
</blockquote>
<tt><br>
<br>
Sam Dupree.<br>
</tt><br>
<div class="moz-signature">-- <br>
<title>mail-signature</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="author" content="Samuel H. Dupree, Jr.">
<hr size="2" width="100%"> <img alt=""
src="cid:part1.08090803.04040604@speakeasy.net"
style="width: 63px; height: 63px;" align="left">
<br>
Samuel H.
Dupree, Jr.
<a class="moz-txt-link-abbreviated" href="mailto:sdupree@speakeasy.net">sdupree@speakeasy.net</a><br>
600 West
Harvey Street<br>
Apartment
A-703
<a class="moz-txt-link-freetext"
href="http://www.speakeasy.org/%7Esdupree/">http://www.speakeasy.org/~sdupree/</a><br>
Philadelphia,
PA 19144-4345, USA<br>
<br>
HOME:
215-842-3663
WORK:
610-354-2533
FAX:
610-354-7436<br>
<br>
"What does it take to travel in space?" The will to do it. -
Dr.
Wernher von Braun<br>
<hr size="2" width="100%"><br>
</div>
</body>
</html>