BZ #40: when compiling without libjvm sometimes linking with -lm is needed
Status fields:
| creation_ts: | 2007-07-24 15:18 |
| component: | build system |
| version: | unspecified |
| rep_platform: | All |
| op_sys: | Linux |
| bug_status: | RESOLVED |
| resolution: | WONTFIX |
| reporter: | heinold@inf.fu-berlin.de |
I am compiling cacoa with uclibc instead of glibc because uclibc builds a lot
faster. I discoverd when compiling cacog without libjvm, that some mathematical
symbol(scalbn) could not be find. I grabed an idea from the bochs-team and
customize it for cacao. Now configure is able to find out if the -lm is needed
or not.
Attachment id=12
| date: | 2007-07-24 15:19 |
| desc: | patch for discover is -lm is needed or not |
| type: | text/x-diff |
| download: | libmath.patch |