haberman / dumpfp

A small little tool for dumping a floating-point number in its native format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing linker flag on Linux

bo0ts opened this issue · comments

On Linux clang needs to be instructed to link with the stdlibrary if no specific standard library with -stdlib is specified.

The alternative would be not to specify clang explicitly, but simply go with the environment specified CXX and allow me to overwrite it when invoking make.

I removed CXX -- thanks for the report.