Install Problem

View: New views
11 Messages — Rating Filter:   Alert me  

Install Problem

by Cesar Moreno Tessarin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Today I tried to install Fink but I got no success.

Terminal shows a message that there are no C compiler.

Yes, I have the developer tools and C usually compiles with no problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .

Thanks in advance. Here is the terminal window:

Last login: Wed Nov 11 19:14:58 on console
iMac:~ <username>$ cd /Users/<username>/Downloads/fink-0.29.10
iMac:fink-0.29.10 <username>$ ./bootstrap

Fink must be installed and run with superuser (root) privileges. Fink
can automatically try to become root when it's run from a user
account. Since you're currently running this script as a normal user,
the method you choose will also be used immediately for this script.
Avaliable methods:

(1) Use sudo
(2) Use su
(3) None, fink must be run as root

Choose a method: [1] 1

Password:

Your hardware is a 64bit-compatible intel processor, so you have the
option of running Fink in 64bit-only mode.  This is not recommended
for most users, since many more packages are available for the
default mode (which is mostly 32bit but includes some 64bit
packages).  Which mode would you like to use?

(1) Default (mostly 32bit)
(2) 64bit-only

Choose a mode: [1] 1
Checking package... looks good (fink-0.29.10).
Checking system... i386-apple-darwin10.2.0
This system was not released at the time this Fink release was made.
Prerelease versions of Mac OS X might work with Fink, but there are
no guarantees.
Distribution: 10.6
Architecture: i386
Checking cc... not found.
ERROR: There is no C compiler on your system. Make sure that the
Developer Tools are installed.
iMac:fink-0.29.10 <username>$
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Alexander Hansen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Cesar Moreno Tessarin wrote:

> Hi,
>
> Today I tried to install Fink but I got no success.
>
> Terminal shows a message that there are no C compiler.
>
> Yes, I have the developer tools and C usually compiles with no problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .
>
> Thanks in advance. Here is the terminal window:
>
> Last login: Wed Nov 11 19:14:58 on console
> iMac:~ <username>$ cd /Users/<username>/Downloads/fink-0.29.10
> iMac:fink-0.29.10 <username>$ ./bootstrap
>
> Fink must be installed and run with superuser (root) privileges. Fink
> can automatically try to become root when it's run from a user
> account. Since you're currently running this script as a normal user,
> the method you choose will also be used immediately for this script.
> Avaliable methods:
>
> (1) Use sudo
> (2) Use su
> (3) None, fink must be run as root
>
> Choose a method: [1] 1
>
> Password:
>
> Your hardware is a 64bit-compatible intel processor, so you have the
> option of running Fink in 64bit-only mode.  This is not recommended
> for most users, since many more packages are available for the
> default mode (which is mostly 32bit but includes some 64bit
> packages).  Which mode would you like to use?
>
> (1) Default (mostly 32bit)
> (2) 64bit-only
>
> Choose a mode: [1] 1
> Checking package... looks good (fink-0.29.10).
> Checking system... i386-apple-darwin10.2.0
> This system was not released at the time this Fink release was made.
> Prerelease versions of Mac OS X might work with Fink, but there are
> no guarantees.
> Distribution: 10.6
> Architecture: i386
> Checking cc... not found.
> ERROR: There is no C compiler on your system. Make sure that the
> Developer Tools are installed.
> iMac:fink-0.29.10 <username>$
> ://news.gmane.org/gmane.os.apple.fink.beginners
>  
It says you don't have cc in the PATH.  What do you get from 'which cc'?

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Parent Message unknown Re: Install Problem

by Alexander Hansen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cesar Moreno Tessarin wrote:
> Sorry, I don't even know what is the cc and I couldn't understand what you mean.
>
> 'which cc'?
>
> Thanks!
>
>

Reply to the list, not to me.  Unless you're going to pay me
$100/incident for support.

I mean literally run the command

        which cc

in your terminal window.

 11/11/2009, 19:56, Alexander Hansen wrote:

>
>> Cesar Moreno Tessarin wrote:
>>> Hi,
>>>
>>> Today I tried to install Fink but I got no success.
>>>
>>> Terminal shows a message that there are no C compiler.
>>>
>>> Yes, I have the developer tools and C usually compiles with no problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .
>>>
>>> Thanks in advance. Here is the terminal window:
>>>
>>> Last login: Wed Nov 11 19:14:58 on console
>>> iMac:~ <username>$ cd /Users/<username>/Downloads/fink-0.29.10
>>> iMac:fink-0.29.10 <username>$ ./bootstrap
>>>
>>> Fink must be installed and run with superuser (root) privileges. Fink
>>> can automatically try to become root when it's run from a user
>>> account. Since you're currently running this script as a normal user,
>>> the method you choose will also be used immediately for this script.
>>> Avaliable methods:
>>>
>>> (1) Use sudo
>>> (2) Use su
>>> (3) None, fink must be run as root
>>>
>>> Choose a method: [1] 1
>>>
>>> Password:
>>>
>>> Your hardware is a 64bit-compatible intel processor, so you have the
>>> option of running Fink in 64bit-only mode.  This is not recommended
>>> for most users, since many more packages are available for the
>>> default mode (which is mostly 32bit but includes some 64bit
>>> packages).  Which mode would you like to use?
>>>
>>> (1) Default (mostly 32bit)
>>> (2) 64bit-only
>>>
>>> Choose a mode: [1] 1
>>> Checking package... looks good (fink-0.29.10).
>>> Checking system... i386-apple-darwin10.2.0
>>> This system was not released at the time this Fink release was made.
>>> Prerelease versions of Mac OS X might work with Fink, but there are
>>> no guarantees.
>>> Distribution: 10.6
>>> Architecture: i386
>>> Checking cc... not found.
>>> ERROR: There is no C compiler on your system. Make sure that the
>>> Developer Tools are installed.
>>> iMac:fink-0.29.10 <username>$
>>> ://news.gmane.org/gmane.os.apple.fink.beginners
>>>
>> It says you don't have cc in the PATH.  What do you get from 'which cc'?
>


- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr7U8cACgkQB8UpO3rKjQ94vwCcC/NumJzQ6vrQ011nygyrtMet
3CcAn2J4TxNb/0BAvjV8kqLt5oJFO1G7
=nx3G
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Cesar Moreno Tessarin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oh, bad mistake. :-s

which cc returns nothing.

11/11/2009,  22:16, Alexander Hansen wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Cesar Moreno Tessarin wrote:
>> Sorry, I don't even know what is the cc and I couldn't understand what you mean.
>>
>> 'which cc'?
>>
>> Thanks!
>>
>>
>
> Reply to the list, not to me.  Unless you're going to pay me
> $100/incident for support.
>
> I mean literally run the command
>
> which cc
>
> in your terminal window.
>
> 11/11/2009, 19:56, Alexander Hansen wrote:
>>
>>> Cesar Moreno Tessarin wrote:
>>>> Hi,
>>>>
>>>> Today I tried to install Fink but I got no success.
>>>>
>>>> Terminal shows a message that there are no C compiler.
>>>>
>>>> Yes, I have the developer tools and C usually compiles with no problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .
>>>>
>>>> Thanks in advance. Here is the terminal window:
>>>>
>>>> Last login: Wed Nov 11 19:14:58 on console
>>>> iMac:~ <username>$ cd /Users/<username>/Downloads/fink-0.29.10
>>>> iMac:fink-0.29.10 <username>$ ./bootstrap
>>>>
>>>> Fink must be installed and run with superuser (root) privileges. Fink
>>>> can automatically try to become root when it's run from a user
>>>> account. Since you're currently running this script as a normal user,
>>>> the method you choose will also be used immediately for this script.
>>>> Avaliable methods:
>>>>
>>>> (1) Use sudo
>>>> (2) Use su
>>>> (3) None, fink must be run as root
>>>>
>>>> Choose a method: [1] 1
>>>>
>>>> Password:
>>>>
>>>> Your hardware is a 64bit-compatible intel processor, so you have the
>>>> option of running Fink in 64bit-only mode.  This is not recommended
>>>> for most users, since many more packages are available for the
>>>> default mode (which is mostly 32bit but includes some 64bit
>>>> packages).  Which mode would you like to use?
>>>>
>>>> (1) Default (mostly 32bit)
>>>> (2) 64bit-only
>>>>
>>>> Choose a mode: [1] 1
>>>> Checking package... looks good (fink-0.29.10).
>>>> Checking system... i386-apple-darwin10.2.0
>>>> This system was not released at the time this Fink release was made.
>>>> Prerelease versions of Mac OS X might work with Fink, but there are
>>>> no guarantees.
>>>> Distribution: 10.6
>>>> Architecture: i386
>>>> Checking cc... not found.
>>>> ERROR: There is no C compiler on your system. Make sure that the
>>>> Developer Tools are installed.
>>>> iMac:fink-0.29.10 <username>$
>>>> ://news.gmane.org/gmane.os.apple.fink.beginners
>>>>
>>> It says you don't have cc in the PATH.  What do you get from 'which cc'?
>>
>
>
> - --
> Alexander Hansen
> Fink User Liaison
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkr7U8cACgkQB8UpO3rKjQ94vwCcC/NumJzQ6vrQ011nygyrtMet
> 3CcAn2J4TxNb/0BAvjV8kqLt5oJFO1G7
> =nx3G
> -----END PGP SIGNATURE-----


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Alexander Hansen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Cesar Moreno Tessarin wrote:
> Oh, bad mistake. :-s
>
> which cc returns nothing.
>
>

That suggests that you don't actually have the Xcode Tools installed, or
that it got installed incorrectly.  You'll want to (re)install Xcode 3.2.
- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr7WagACgkQB8UpO3rKjQ+MdACcC3j0Otmf7wl7e7KdFQwEqtMw
bfkAnRz6N5dfP0fgHYvmgX4TmOL4ZHTJ
=r6I/
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by monipol :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/11/2009, at 19:33, Cesar Moreno Tessarin wrote:
> Today I tried to install Fink but I got no success.
>
> Terminal shows a message that there are no C compiler.
>
> Yes, I have the developer tools and C usually compiles with no  
> problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .
(...)

Olá, César.

Have you installed Xcode (previously known as Developer Tools)? If so,  
you should have /usr/bin/cc installed on your system. Also, if you've  
recently upgraded from 10.5 to 10.6 then you *must* install Xcode  
version 3.2.* since the installer will remove Xcode 3.1.* when  
upgrading.


Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Cesar Moreno Tessarin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Oi Monipol,

Probably this is what's causing trouble.  My Xcode is 3.1.

I updated to Snow Leopard last week.

Thank you so much for the advise, as soon as I install the new version I'll write again to say if everything is ok (I'm sure it will be...)



On 11/11/2009, at 22:49, monipol <monipol@...> wrote:

On 11/11/2009, at 19:33, Cesar Moreno Tessarin wrote:
Today I tried to install Fink but I got no success.

Terminal shows a message that there are no C compiler.

Yes, I have the developer tools and C usually compiles with no problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .
(...)

Olá, César.

Have you installed Xcode (previously known as Developer Tools)? If so, you should have /usr/bin/cc installed on your system. Also, if you've recently upgraded from 10.5 to 10.6 then you *must* install Xcode version 3.2.* since the installer will remove Xcode 3.1.* when upgrading.


Cheers,

--
monipol
http://finkers.wordpress.com

Submitting a Fink bug report? Read this:
http://www.finkproject.org/doc/netiquette/index.php
http://finkers.wordpress.com/2009/06/03/bug-reports/


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Javier Arantegui-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

On Thu, Nov 12, 2009 at 1:16 AM, Alexander Hansen
<alexanderk.hansen@...> wrote:
> Reply to the list, not to me.  Unless you're going to pay me
> $100/incident for support.

Answering to the person instead to the list is something that has
happened to me a lot of times. Could the list be configured in a way
that replies are sent to the list by default? I know that there are
list servers that let the admin to do so.

Thanks,

Javier


--
Lee mi blog: "Un pequeño paso para Neil" http://up3n.wordpress.com/
¡Ahora también en Twitter! http://twitter.com/javierarantegui

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Alexander Hansen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Javier Arantegui wrote:

> Hi!
>
> On Thu, Nov 12, 2009 at 1:16 AM, Alexander Hansen
> <alexanderk.hansen@...> wrote:
>> Reply to the list, not to me.  Unless you're going to pay me
>> $100/incident for support.
>
> Answering to the person instead to the list is something that has
> happened to me a lot of times. Could the list be configured in a way
> that replies are sent to the list by default? I know that there are
> list servers that let the admin to do so.
>
> Thanks,
>
> Javier
>
>
It can be; we've been hesitant to do so because often people aren't
actually subscribed, and so replying under that default reply mode will
wind up not reaching them.

I've just been setting a "Reply To" on my end, but I forgot this time.
And I wanted a stock reply to people who contact me about packages that
I'm in no way connected to.
Or to make some extra money.  :-)
- --
Alexander Hansen
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkr8D3sACgkQB8UpO3rKjQ9HMQCgihphc9KTvCISF/88sSWLIwsp
5e0An2Yec32IwlWPMT1ez0wTL/zOdXok
=78wN
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Stanley Williams :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I just have to put my 2 cents in. That was a great response. I have been
chuckling about the $100/ all day. You have helped me so many times! It just
cracked me up! You help so many people!!! Thanks a lot for helping all of
us. You are a champion & so are all of the other volunteers that keep us
going.

Three cheers for all of you!!!

I just hope I never mess up!!!

On 11/11/09 6:16 PM, "Alexander Hansen" <alexanderk.hansen@...> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Cesar Moreno Tessarin wrote:
>> Sorry, I don't even know what is the cc and I couldn't understand what you
>> mean.
>>
>> 'which cc'?
>>
>> Thanks!
>>
>>
>
> Reply to the list, not to me.  Unless you're going to pay me
> $100/incident for support.
>
> I mean literally run the command
>
> which cc
>
> in your terminal window.
>
>  11/11/2009, 19:56, Alexander Hansen wrote:
>>
>>> Cesar Moreno Tessarin wrote:
>>>> Hi,
>>>>
>>>> Today I tried to install Fink but I got no success.
>>>>
>>>> Terminal shows a message that there are no C compiler.
>>>>
>>>> Yes, I have the developer tools and C usually compiles with no problem. Any
>>>> idea on how to solve this? I'm running MacOS 10.6.2 .
>>>>
>>>> Thanks in advance. Here is the terminal window:
>>>>
>>>> Last login: Wed Nov 11 19:14:58 on console
>>>> iMac:~ <username>$ cd /Users/<username>/Downloads/fink-0.29.10
>>>> iMac:fink-0.29.10 <username>$ ./bootstrap
>>>>
>>>> Fink must be installed and run with superuser (root) privileges. Fink
>>>> can automatically try to become root when it's run from a user
>>>> account. Since you're currently running this script as a normal user,
>>>> the method you choose will also be used immediately for this script.
>>>> Avaliable methods:
>>>>
>>>> (1) Use sudo
>>>> (2) Use su
>>>> (3) None, fink must be run as root
>>>>
>>>> Choose a method: [1] 1
>>>>
>>>> Password:
>>>>
>>>> Your hardware is a 64bit-compatible intel processor, so you have the
>>>> option of running Fink in 64bit-only mode.  This is not recommended
>>>> for most users, since many more packages are available for the
>>>> default mode (which is mostly 32bit but includes some 64bit
>>>> packages).  Which mode would you like to use?
>>>>
>>>> (1) Default (mostly 32bit)
>>>> (2) 64bit-only
>>>>
>>>> Choose a mode: [1] 1
>>>> Checking package... looks good (fink-0.29.10).
>>>> Checking system... i386-apple-darwin10.2.0
>>>> This system was not released at the time this Fink release was made.
>>>> Prerelease versions of Mac OS X might work with Fink, but there are
>>>> no guarantees.
>>>> Distribution: 10.6
>>>> Architecture: i386
>>>> Checking cc... not found.
>>>> ERROR: There is no C compiler on your system. Make sure that the
>>>> Developer Tools are installed.
>>>> iMac:fink-0.29.10 <username>$
>>>> ://news.gmane.org/gmane.os.apple.fink.beginners
>>>>
>>> It says you don't have cc in the PATH.  What do you get from 'which cc'?
>>
>
>
> - --
> Alexander Hansen
> Fink User Liaison
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkr7U8cACgkQB8UpO3rKjQ94vwCcC/NumJzQ6vrQ011nygyrtMet
> 3CcAn2J4TxNb/0BAvjV8kqLt5oJFO1G7
> =nx3G
> -----END PGP SIGNATURE-----
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Fink-beginners mailing list
> Fink-beginners@...
> http://news.gmane.org/gmane.os.apple.fink.beginners



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners

Re: Install Problem

by Cesar Moreno Tessarin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Everything solved now after updating Xcode.

I really appreciate the help you all gave me. Thanks, so much.

Cheers

Em 11/11/2009, às 22:49, monipol escreveu:

> On 11/11/2009, at 19:33, Cesar Moreno Tessarin wrote:
>> Today I tried to install Fink but I got no success.
>>
>> Terminal shows a message that there are no C compiler.
>>
>> Yes, I have the developer tools and C usually compiles with no problem. Any idea on how to solve this? I'm running MacOS 10.6.2 .
> (...)
>
> Olá, César.
>
> Have you installed Xcode (previously known as Developer Tools)? If so, you should have /usr/bin/cc installed on your system. Also, if you've recently upgraded from 10.5 to 10.6 then you *must* install Xcode version 3.2.* since the installer will remove Xcode 3.1.* when upgrading.
>
>
> Cheers,
>
> --
> monipol
> http://finkers.wordpress.com
>
> Submitting a Fink bug report? Read this:
> http://www.finkproject.org/doc/netiquette/index.php
> http://finkers.wordpress.com/2009/06/03/bug-reports/
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Fink-beginners mailing list
Fink-beginners@...
http://news.gmane.org/gmane.os.apple.fink.beginners