Re: [Pgui-devel] CFLAGS and config.in

2001-08-01 Thread Frederic Gobry
> able to pass the variable to the script is a nice thing. I'll try to > find a correct solution for both situations. Please let me know if the last fix I made is ok for you. Frédéric -- Frédéric GobrySMARTDATA --- http://www.smartdata.ch Software Engineer Lausanne - S

Re: [Pgui-devel] CFLAGS and config.in

2001-08-01 Thread Frederic Gobry
> 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. When building on uCLinux, there is no gcrt0 available, so compiling with -g will fail. Unfortunat

[Pgui-devel] CFLAGS and config.in

2001-07-31 Thread Eric Christianson
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