gap-packages / guava

GAP package guava - computations relative to error-correcting codes
https://gap-packages.github.io/guava
Other
13 stars 7 forks source link

Makefile should not hardcode gcc as the compiler #31

Closed dimpase closed 5 years ago

dimpase commented 7 years ago

Note every system has gcc; e.g. OSX "gcc" is actually not gcc, it's some other compiler, clang. ./configure should figure out whether CC should be cc, gcc...

FreeBSD has switched to clang as the default compiler, and does not have gcc (it can be installed, but, well, it's natural to build GAP and the packages with the default compiler, for various reasons)

olexandr-konovalov commented 5 years ago

As well as it should honour CFLAGS, see #36

olexandr-konovalov commented 5 years ago

@dimpase we have now Travis CI setup - if you want now to try to fix this, you're welcome!

dimpase commented 5 years ago

OK, thanks, I'll have a look now.

dimpase commented 5 years ago

closed by #37