Am Mit, 2002-12-11 um 16.49 schrieb Dimitrie O. Paun:
On December 11, 2002 10:52 am, Martin Wilck wrote:
well the configure script should probably check if -fshort-wchar is supported, add the option to CFLAGS if yes, and issue a warning if no.
But the problem is that winemaker will run on different systems that configure runs on... It will get it mostly right, but now always.
I can't follow you. Winemaker generates a configure.ac file. You need to run autoconf and configure anyway to build your code. We just need to make sure that Winemaker puts a test for -fshort-wchar into configure.ac.
What am I missing?
Martin