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

Re: wfmath



Martin Schulze wrote:
[snip]
> diff -u -Nur --exclude CVS orig/wfmath-0.2.10/debian/rules wfmath-0.2.10/debian/rules
> --- orig/wfmath-0.2.10/debian/rules	2002-10-20 19:05:10.000000000 +0200
> +++ wfmath-0.2.10/debian/rules	2002-10-20 19:05:59.000000000 +0200
> @@ -16,10 +16,12 @@
>  CC=gcc
>  CXX=g++
>  CFLAGS=-g -Wall
> +LDFLAGS=-lstdc++
>  
>  ifneq (,$(findstring mips,$(DEB_BUILD_GNU_TYPE)))
>  	CC=gcc-3.2
>  	CXX=g++-3.2
> +	LDFLAG += -lm
              ^
This will fail.


Thiemo



Reply to: