unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Clem Wang <clem@clem.com>
Subject: can't build guile 1.6.4 with macosx
Date: Tue, 1 Jun 2004 15:23:15 -0700 (PDT)	[thread overview]
Message-ID: <Pine.BSI.4.58L.0406011510060.25197@vp4.netgate.net> (raw)

i'm running macosx 10.3.4

compiling cs_os_dep.c fails on line 380:

# ifndef mach_type_known
        --> unknown machine type
# endif

but it seems that these lines should have done the right thing:
# if defined(macosx)
#    define MACOSX
#    define POWERPC
#    define mach_type_known
# endif


putting in my own #define macosx before the #if is the obvious work
around, which allows the compilation to go finish.

Unfortunately, the link fails:

gcc -dynamiclib  -o .libs/libguile.12.3.0.dylib
.libs/libguile.12.3.0.dylib-master.o  -L../libguile-ltdl/.libs
-lguile-ltdl -lm -lc -install_name /usr/local/lib/libguile.12.dylib
-compatibility_version 16 -current_version 16.0
ld: Undefined symbols:
_environ


i did run
./configure prior to make.

i'm not sure what else you need to know or whether there is a problem with
my system.
g++ (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495)
Autoconf version 2.12
GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin7.0


thanks,
clem



_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


             reply	other threads:[~2004-06-01 22:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-01 22:23 Clem Wang [this message]
2004-06-02  6:56 ` can't build guile 1.6.4 with macosx Andreas Vögele

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.BSI.4.58L.0406011510060.25197@vp4.netgate.net \
    --to=clem@clem.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).