|
[OctDev] problem with static compilation of octave
From: Marcus Hardt <marcus.hardt@iw...> - 2006-02-07 12:39
|
Hi There, sorry for double posting. This request was also posted to the sf support tracker, before I found the mailinglist. I'm having trouble compiling a static version of octave What I use is:/tmp/octave-tmp/octave2.1-2.1.72 gcc (GCC) 3.3.6 (Debian 1:3.3.6-10) ./configure --enable-static --prefix=/tmp --disable-shared --enable-dl as well as a -static passed via environment to any xxxFLAGS environment variable is there anything you can suggest me to get this working? The actual error is this one: ../src/liboctinterp.a(pr-output.o): In function `std::pow(double, int)':pr-output.cc:(.gnu.linkonce.t._ZSt3powdi[std::pow(double, int)]+0x1f): undefined reference to `__powidf2' /usr/lib/gcc/i486-linux-gnu/3.4.5/../../../../lib/libm.a(s_cpow.o): In function `cpow': undefined reference to `__muldc3' collect2: ld returned 1 exit status make[2]: *** [octave] Error 1 make[2]: Leaving directory `/tmp/octave-tmp/octave2.1-2.1.72/src' make[1]: *** [src] Error 2 make[1]: Leaving directory `/tmp/octave-tmp/octave2.1-2.1.72' make: *** [all] Error 2 Thank you, -- Marcus |
| Thread | Author | Date |
|---|---|---|
| [OctDev] problem with static compilation of octave | Marcus Hardt <marcus.hardt@iw...> |