--- On Wed, 5/20/09, Sergei Steshenko <[email protected]> wrote: > From: Sergei Steshenko <[email protected]> > Subject: problem invoking 'gcc' through 'cc' under > uwin-dev.2009-05-07.win32.i386.exe > To: [email protected] > Date: Wednesday, May 20, 2009, 5:59 PM > Hello, > > running this command line: > (export PATH=/C/MinGW/bin:$PATH;export > PACKAGE_cc=/C/MinGW/bin;which gcc;cc) > > I've got this screen output: > > /C/MinGW/bin/gcc > cc: native C compiler not found > . > > As I understand it, PATH is set correctly, though I'm not > sure I need to do > this, but 'cc' does not see 'gcc'. > > 'gcc' is, of course, a MinGW one residing in "standard" > location. > > I set PACKAGE_cc according to my understanding of the error > message which > is produced when the variable is not set - maybe this > understanding is > wrong. > > Could anyone please suggest what setting I should make in > order to make > 'cc' to see my MinGW 'gcc' ? > > To be exact, how do I have to set PACKAGE_cc ? And do I > have to set other > environment variables ? > > Thanks, > Sergei. > Sorry, I should have done this way: export PACKAGE_cc=/C/MinGW . Thanks, Sergei. _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
