[PD] problems installing gridflow

David Plans Casal main at davidcasal.com
Thu Oct 13 12:19:13 CEST 2005


On 12 Oct 2005, at 15:04, Gerda Strobl wrote:

> root@/home/gerda/externals/gridflow make
> g++ -fPIC -Wall -g -O2  -fPIC 
> -I/Applications/Pd.app/Contents/Resources/include -I/sw/include 
> -I/usr/local/include -I/include -xc++ -fno-operator-names 
> -fno-omit-frame-pointer -I/usr/X11R6/include -I 
> /usr/lib/ruby/1.8/i486-linux -falign-functions=4 -mcpu=pentium 
> -march=pentium  -Wall  -Wno-unused -O3 -funroll-loops  
> -fno-omit-frame-pointer -g     -fPIC  -I. 
> -I/home/gerda/externals/gridflow -I -I.   -c base/grid.c.fcs -o 
> base/grid.o
> `-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.

My guess is that, since you're declaring both -mcpu=pentium 
-march=pentium , you might want to remove -mcpu=pentium

See what happens.

d





More information about the Pd-list mailing list