* Build problems: 1.8 on intel Mac
@ 2006-09-18 15:24 Pat Lasswell
2006-09-18 23:59 ` Kevin Ryde
0 siblings, 1 reply; 2+ messages in thread
From: Pat Lasswell @ 2006-09-18 15:24 UTC (permalink / raw)
[-- Attachment #1.1: Type: text/plain, Size: 1321 bytes --]
First, during configure, this appears
configure: WARNING: libc.h: present but cannot be compiled
configure: WARNING: libc.h: check for missing prerequisite headers?
configure: WARNING: libc.h: see the Autoconf documentation
configure: WARNING: libc.h: section "Present But Cannot Be Compiled"
configure: WARNING: libc.h: proceeding with the preprocessor's result
configure: WARNING: libc.h: in the future, the compiler will take precedence
configure: WARNING: ## -------------------------------- ##
configure: WARNING: ## Report this to the guile lists. ##
configure: WARNING: ## -------------------------------- ##
Then, I have to edit the emitted config.h to remove
#define socklen_t int
because configure wrongly concludes it is absent from the system headers.
It is also the cause of the warning during configure.
Then, the build ends during the link step with
ld: warning multiple definitions of symbol _locale_charset
/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
ld: common symbols not allowed with MH_DYLIB output format with the
-multi_module option
/local/lib/libgmp.a(mp_bpl.o) definition of common ___gmp_junk (size 16)
/usr/bin/libtool: internal link edit command failed
Thanks
pat
[-- Attachment #1.2: Type: text/html, Size: 1539 bytes --]
[-- Attachment #2: Type: text/plain, Size: 140 bytes --]
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-18 23:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-18 15:24 Build problems: 1.8 on intel Mac Pat Lasswell
2006-09-18 23:59 ` Kevin Ryde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).