Thread: No acceptable C compiler found
When I issue the command ./configure when installing POSTGRESQL I encounter the error "configure: error: No acceptable C compiler found in PATH " Can someone advice me on what to do with this error. Thank you! __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com
um... we're going to need a little more info to help, like your OS for starters. Also do you know if you have a copy of gcc or any other compiler on the system? If so what version? Robert Treat On Thu, 2003-06-05 at 04:41, Marvin wrote: > When I issue the command ./configure when installing > POSTGRESQL I encounter the error > "configure: error: No acceptable C compiler found in > PATH " > Can someone advice me on what to do with this error. > -- Build A Brighter Lamp :: Linux Apache {middleware} PostgreSQL
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thursday 05 June 2003 01:41, Marvin wrote: > When I issue the command ./configure when installing > POSTGRESQL I encounter the error > "configure: error: No acceptable C compiler found in > PATH " > Can someone advice me on what to do with this error. > For starters, you can supply us with some pertinent information: 1) What machine are you running this on? In particular what OS? (Windows? Linux? Sun?) 2) What version of the OS are you using? 3) What C compiler do you expect it to use? 4) What version of PostgreSQL are you trying to install? - -- Jonathan Gardner <jgardner@jonathangardner.net> (was jgardn@alumni.washington.edu) Live Free, Use Linux! -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+4Qm4WgwF3QvpWNwRAsxCAKCRpJTX7vn5K26POw9dnkJwIwvjEACgizDA r3a70EywQY6EtpQHOxLHe3U= =Qovt -----END PGP SIGNATURE-----
On Thu, Jun 05, 2003 at 01:41:27AM -0700, Marvin wrote: > When I issue the command ./configure when installing > POSTGRESQL I encounter the error > "configure: error: No acceptable C compiler found in > PATH " > Can someone advice me on what to do with this error. Sounds like you don't have a C compiler in your $PATH. You need one, or you can't compile C programs. Install one, or adjust your $PATH to include it. A -- ---- Andrew Sullivan 204-4141 Yonge Street Liberty RMS Toronto, Ontario Canada <andrew@libertyrms.info> M2P 2A8 +1 416 646 3304 x110
> When I issue the command ./configure when installing > POSTGRESQL I encounter the error > "configure: error: No acceptable C compiler found in > PATH " > Can someone advice me on what to do with this error. ... I had this problem on Solaris... I can't remember which cc it found first in my path, but whatever it was, use the other one and you'll get past this (/usr/ucb, iirc... those were dark days that I try to forget) ... if you're on slowaris that is. -sc -- Sean Chittenden