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.


      
_______________________________________________
uwin-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/uwin-users

Reply via email to