I noticed in config.in that there is a line:

CFLAG=""

This particular line seems unnecessary, and
prevents passing the environment variable
CFLAGS in the configure line. ie.

CFLAGS="My required compiler options" ./configure

I understand that the profile will set the CFLAGS
variable, but in my opinion it should just append
CFLAG values to what the user requested.

I am working on a platform that requires me to
pass in CFLAGS, so I remove the CFLAGS="" from
config.in and everything works fine. I was wondering
if someone could explain why it is required.


Thanks,
Eric


_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to