libtom / tomsfastmath

TomsFastMath is a fast public domain, open source, large integer arithmetic library written in portable ISO C.
http://www.libtom.net
Other
213 stars 66 forks source link

Replace spaces with tab to file GNU make problems #8

Closed jwillemsen closed 9 years ago

jwillemsen commented 9 years ago

Without this change we got the error: johnny@m4700jw:~/ACE/fastmath> make -f makefile.shared makefile.shared:119: *\ missing separator. Stop.

sjaeckel commented 9 years ago

Oops, sorry

  1. sure, you're right
  2. this doesn't occur for me
$ 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```
jwillemsen commented 9 years ago

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.