hi.

assuming you're using a bash-type shell and gcc is in /some/directory/gcc
>PATH=$PATH:/some/directory
>export PATH
>echo $PATH

otherwise:
>setenv PATH /some/directory:${PATH}

if more errors crop up, copy and paste the error message into google and see
if any relevant results are returned.
hth.
-ravi.

-----Original Message-----
From: BW (ST) [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 05, 2001 11:16 AM
To: MySQL List
Subject: cc/gcc during configure on solaris 2.8


During my attempt to configure the 3.23.41 source, I encountered the error:
"configure: error: no acceptable cc found in $PATH".  As I'm using gcc on
this box, where/how do I identify gcc for configure to use properly?

Thanks,
Brian


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to