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

Re: wfmath



Karsten Merker wrote:
> > The following change should fix this.  However, I wonder why it built fine on
> > other architectures.
> 
> Probably because of:
> 
> ifneq (,$(findstring mips,$(DEB_BUILD_GNU_TYPE)))
>         CC=gcc-3.2
>         CXX=g++-3.2
> endif
> 
> The program is built using the default-gcc (i.e. not 3.2) on other
> architectures. IIRC, it does not build with gcc-2.95 on mips(el) due to the
> broken C++ support there, so Flo(?) suggested the use of gcc-3.2 on
> mips(el). 

But sqrt and other functions are in libm for gcc 2.95 as well.  That's
what made me wonder.

Regards,

	Joey

-- 
Every use of Linux is a proper use of Linux.  -- Jon "Maddog" Hall



Reply to: