Closed jwillemsen closed 9 years ago
Oops, sorry
$ make --version
GNU Make 3.81
...
This program built for x86_64-pc-linux-gnu
$ make -f makefile.shared timing
libtool --mode=compile --tag=CC cc -Wall -W -Wshadow -Isrc/headers -O3 -funroll-all-loops -fomit-frame-pointer -o demo/timing.o -c demo/timing.c
libtool: compile: cc -Wall -W -Wshadow -Isrc/headers -O3 -funroll-all-loops -fomit-frame-pointer -c demo/timing.c -fPIC -DPIC -o demo/.libs/timing.o
libtool: compile: cc -Wall -W -Wshadow -Isrc/headers -O3 -funroll-all-loops -fomit-frame-pointer -c demo/timing.c -o demo/timing.o >/dev/null 2>&1```
Looks I have a newer make
GNU Make 4.0
Built for x86_64-unknown-linux-gnu
Copyright (C) 1988-2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Without this change we got the error: johnny@m4700jw:~/ACE/fastmath> make -f makefile.shared makefile.shared:119: *\ missing separator. Stop.