in reply to [C Question] Determine if gcc provides erfl() function
Do a test compile/link within Makefile.PL and watch the exit status of the compiler.
We currently do this in Inline::CPP to verify whether the target compiler ships with headers that lack the .h extension (newer compilers that support the 'namespace' keyword do), or whether the target compiler is an older compiler that requires .h extensions (and doesn't put standard library functions in namespace std.)
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: [C Question] Determine if gcc provides erfl() function
by syphilis (Archbishop) on May 29, 2015 at 01:59 UTC | |
by syphilis (Archbishop) on Jun 02, 2015 at 08:30 UTC | |
by Anonymous Monk on Jun 02, 2015 at 09:51 UTC | |
by Anonymous Monk on Jun 02, 2015 at 14:14 UTC | |
by syphilis (Archbishop) on Jun 03, 2015 at 11:09 UTC | |
by Anonymous Monk on Jun 03, 2015 at 18:59 UTC | |
by syphilis (Archbishop) on Jun 04, 2015 at 09:40 UTC | |
|