wingcc and -Wb option

Jon Griffiths jon_p_griffiths at yahoo.com
Fri Jun 11 10:08:31 CDT 2004


Hi,

The -Wb argument to winegcc currently expects a comma separated list
of arguments which it then splits up and passes to winebuild. 

This conflicts with the --ignore=x,y,z syntax of winebuilds ignore
argument, since it also uses a comma to delimit the list to ignore.

The easiest way to fix this is to change the delimiting character in
either option, i.e.:

winebuild: --ignore=x,y,z => --ignore=x;y;z

winegcc: -Wb,--ignore=x,y,z,<opts> => -Wb;--ignore=x,y,z;<opts>

Does anyone care which one it is?

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