Re: Balsa v1.2.pre3 on Solaris8 - I have it compiled and working...



On 2001.09.18 08:56 James McPherson - TSG Engineer wrote:
> 11.  if desired, remove the warnings from CFLAG definitions in the
> makefiles
>      - the gcc that you get in SFWgcc doesn't like some of the
> combinations:
> 
> 	$ for mf in `find . -name Makefile`; do
> 	$ sed -e"s,-Wsign-promo -Wsign-compare -Wpointer-arith
> -Wnested-externs -Wchar-subscripts -Wuninitialized,-I/usr/local/include
> ,g"
> < ${mf} > ${mf}.new
> 	> mv ${mf}.new ${mf}
> 	> done

Actually, current configure script tries to detect which warning flags are
allowed so this should not be a problem any more.

/Pawel




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]