Ticket #1176 (new bug)
Configure-time check for whether to use powl() or pow(), since powl() is an optional posix extension
| Reported by: | dukeleto | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | build | Version: | 1.7.0 |
| Severity: | medium | Keywords: | rtems |
| Cc: | Language: | ||
| Patch status: | Platform: | all |
Description
This site lists powl() as an optional POSIX extension:
http://www.mers.byu.edu/docs/standardC/math.html
We should have a Configure-time check for whether it exists.
This is currently blocking the porting of Parrot to the RTEMS real-time embedded operating system, which only implements the the mandatory core of POSIX.
Change History
Note: See
TracTickets for help on using
tickets.
