OpenBSD ユーザーコーナー Part3
■ このスレッドは過去ログ倉庫に格納されています
0302名無しさん@お腹いっぱい。
NGNG% diff -u configure- configure
--- configure- Fri Aug 15 13:00:58 2003
+++ configure Sat May 29 08:34:05 2004
@@ -8514,7 +8514,7 @@
#endif
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
-char iconv ();
+char libiconv ();
#ifdef F77_DUMMY_MAIN
# ifdef __cplusplus
extern "C"
@@ -8524,7 +8524,7 @@
int
main ()
{
-iconv ();
+libiconv ();
;
return 0;
}
■ このスレッドは過去ログ倉庫に格納されています