[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mgp-users-jp 00081] Re: linux sqrt() problem



From: Jun-ichiro itojun Itoh <itojun@itojun.org>
Subject: [mgp-users-jp 00080] linux sqrt() problem
Date: Sun, 11 Jan 1998 02:03:09 +0900
Message-ID: <>

: 
: >あと, Linux だと, configure の
: >  AC_REPLACE_FUNCS(usleep strsep strdup)
: >するあたりで,「sqrt がないの」といわれて全部 no
: >になってしまいます.
: 
: 	これ、Linuxは全部そうである / 特定のLinuxのdistributionがそうである
: 	のどっちですか?  ひでえなあ。

「うちのLinux箱くんは」くらいの意味でいってました. すいません.
うちでは libVFlib が shared library だったりするので,

   configure:1851: cc -o conftest -I/usr/local/include   -L/usr/local/lib  conftest.c -lVFlib  1>&5
   /usr/local/lib/libVFlib.so: undefined reference to `sqrt'
   [...]   

といわれます.
usleep とかのチェックのときには -lVFlib をはずすの
がいいのでしょうか.

-- 櫻田