Forums
New posts
Articles
Product Reviews
Policies
FAQ
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Menu
Log in
Register
Install the app
Install
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
installing "make" in terminal
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="morricej" data-source="post: 1326857" data-attributes="member: 223672"><p><strong>Similar make problem</strong></p><p></p><p>I recently updated to Lion from snow leopard and I am having some troubles using make. I upgraded to Xcode 4.2 because I heard that could cause a problem but I am still having issues. I went though each of the things mentioned in this forum already (each of them checking out) and this is what is listed when I try to use the terminal to install the perl module HTML:<img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick out tongue :p" loading="lazy" data-shortname=":p" />arser:</p><p></p><p>morricej:html-parser-3.69 Jarrod$ make </p><p>cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm</p><p>cp Parser.pm blib/lib/HTML/Parser.pm</p><p>cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm</p><p>cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm</p><p>cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm</p><p>cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm</p><p>cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm</p><p>/opt/local/bin/perl /opt/local/lib/perl5/5.8.9/ExtUtils/xsubpp -typemap /opt/local/lib/perl5/5.8.9/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c</p><p>/opt/local/bin/perl mkhctype >hctype.h</p><p>/opt/local/bin/perl mkpfunc >pfunc.h</p><p>/usr/bin/gcc-4.0 -c -pipe -O2 -arch i386 -arch ppc -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"3.69\" -DXS_VERSION=\"3.69\" "-I/opt/local/lib/perl5/5.8.9/darwin-2level/CORE" -DMARKED_SECTION Parser.c</p><p>/bin/sh: /usr/bin/gcc-4.0: No such file or directory</p><p>make: *** [Parser.o] Error 127</p><p></p><p>Do I need to install gcc-4.0? I thought this was included in Xcode? Is it ok for me to do a manual install of this without messing anything up? </p><p></p><p>Thanks for any help you might be able to provide.</p></blockquote><p></p>
[QUOTE="morricej, post: 1326857, member: 223672"] [b]Similar make problem[/b] I recently updated to Lion from snow leopard and I am having some troubles using make. I upgraded to Xcode 4.2 because I heard that could cause a problem but I am still having issues. I went though each of the things mentioned in this forum already (each of them checking out) and this is what is listed when I try to use the terminal to install the perl module HTML::Parser: morricej:html-parser-3.69 Jarrod$ make cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm cp Parser.pm blib/lib/HTML/Parser.pm cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm /opt/local/bin/perl /opt/local/lib/perl5/5.8.9/ExtUtils/xsubpp -typemap /opt/local/lib/perl5/5.8.9/ExtUtils/typemap -typemap typemap Parser.xs > Parser.xsc && mv Parser.xsc Parser.c /opt/local/bin/perl mkhctype >hctype.h /opt/local/bin/perl mkpfunc >pfunc.h /usr/bin/gcc-4.0 -c -pipe -O2 -arch i386 -arch ppc -fno-common -DPERL_DARWIN -I/opt/local/include -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -I/opt/local/include -O3 -DVERSION=\"3.69\" -DXS_VERSION=\"3.69\" "-I/opt/local/lib/perl5/5.8.9/darwin-2level/CORE" -DMARKED_SECTION Parser.c /bin/sh: /usr/bin/gcc-4.0: No such file or directory make: *** [Parser.o] Error 127 Do I need to install gcc-4.0? I thought this was included in Xcode? Is it ok for me to do a manual install of this without messing anything up? Thanks for any help you might be able to provide. [/QUOTE]
Verification
Name this item. 🍎
Post reply
Forums
macOS & iOS Developer Playground
macOS - Development and Darwin
installing "make" in terminal
Top