winegcc: Use $(CC) for building generated .spec.c

Jon Griffiths jon_p_griffiths at yahoo.com
Tue May 25 11:26:22 CDT 2004


Hi,

> I thought that gcc will figure the langauge based on the
> extension.

Under v3.3.2, given a file a.c containing

int dwmain(int argc, char*argv) { return 1; }

I get:
[jon at home winegcc]$ gcc -c a.c && nm a.o
00000000 T dwmain
[jon at home winegcc]$ g++ -c a.c && nm a.o
00000000 T _Z6dwmainiPc

So it would appear not...

Cheers,
Jon


=====
"Don't wait for the seas to part, or messiahs to come;
 Don't you sit around and waste this chance..." - Live

jon_p_griffiths at yahoo.com


	
		
__________________________________
Do you Yahoo!?
Friends.  Fun.  Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/ 



More information about the wine-devel mailing list