Re: Need help to get started
Re: Need help to get started
- Subject: Re: Need help to get started
- From: Shantonu Sen <email@hidden>
- Date: Tue, 23 Nov 2004 18:04:02 -0800
You installed the Developer tools for either 10.0 or 10.1 on your Mac
OS X 10.2 system. Use the Developer Tools appropriate for your OS. If
you no longer have your install media, you can download it from
connect.apple.com with a free ADC membership.
Shantonu
On Nov 23, 2004, at 5:57 PM, Andrew Robinson wrote:
I'm an experienced Mac user and an experienced Unix administrator. So
I figured building opening source software on OS X would be a snap.
Wrong. The errors I'm getting are so soon and so hard, I figure there
must be something basic that I don't understand. Could someone please
explain to me what I don't know or point me to some resource that
could?
Here's what I've done so far. I installed the Developer.mpkg package
from the Developer Tools cd. The particular open source package I
wanted to build was wget. When I ran configure, here's what I got:
andrew% cd wget-1.9.1
andrew% ./configure
configuring for GNU Wget 1.9
checking build system type... powerpc-apple-darwin6.8
checking host system type... powerpc-apple-darwin6.8
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gcc... no
checking for cc... cc
checking for C compiler default output... configure: error: C compiler
cannot create executables
See `config.log' for more details.
So I tried backing up and doing something simple. I tried compiling a
"Hello World!" c program:
andrew% cat main.c
#include <stdio.h>
main() {
printf("%s\n", "Hello World!");
}
andrew% cc main.c
/usr/bin/ld: /usr/lib/libSystem.dylib load command 9 unknown cmd field
What don't I know? Thanks!
Andrew Robinson
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden