chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] mac os x and cflags


From: Shawn Rutledge
Subject: Re: [Chicken-users] mac os x and cflags
Date: Sun, 29 Mar 2009 13:19:32 -0700

On Wed, Mar 25, 2009 at 3:25 AM, felix winkelmann <address@hidden> wrote:
> Alex reported that architecture-specific compiler options don't seem
> to be passed
> by csc on Mac OS X. I massages Makefile.macosx a bit, but can not test it
> right now (and could only try the default ppc build, anyway). So if a Mac OS
> user would try it out, I'd appreciate it (the order in which settings
> are overridden
> in Makefile.<PLATFORM> is quite subtle).

With Chicken 4 I can install eggs (ones that are ported anyway), so it
looks like csc is working:

[mini][01:31:50 PM] chicken-install apropos
retrieving ...
connecting to host "chicken.kitten-technologies.co.uk", port 80 ...
requesting "/henrietta.cgi?name=apropos" ...
reading response ...
HTTP/1.1 200 OK
Date: Sat, 28 Mar 2009 20:49:44 GMT
Server: Apache
Connection: close
Transfer-Encoding: chunked
Content-Type: text/plain
reading chunks ...
reading files ...
  ./apropos.setup
  ./apropos.meta
  ./apropos.scm
 apropos located at
/var/folders/6Z/6ZjoyFi1EfKyM8-B7h1zSE+++TI/-Tmp-/chicken-install-101.tmp/apropos
checking dependencies for `apropos' ...
installing apropos: ...
changing current directory to
/var/folders/6Z/6ZjoyFi1EfKyM8-B7h1zSE+++TI/-Tmp-/chicken-install-101.tmp/apropos
  /usr/local/bin/csi -bnq -e "(require-library setup-api)" -e "(import
setup-api)" -e "(extension-name-and-version '(\"apropos\" \"\"))"
/var/folders/6Z/6ZjoyFi1EfKyM8-B7h1zSE+++TI/-Tmp-/chicken-install-101.tmp/apropos/apropos.setup
  /usr/local/bin/csc -feature compiling-extension  apropos.scm -shared
-optimize-level 2 -debug-level 1 -output-file apropos.so
-emit-import-library apropos
  /usr/local/bin/csc -feature compiling-extension  apropos.import.scm
-shared -optimize-level 3 -debug-level 0 -output-file
apropos.import.so
  rm -fr /usr/local/lib/chicken/4/apropos.so
  cp -r apropos.so /usr/local/lib/chicken/4/apropos.so
  chmod a+r /usr/local/lib/chicken/4/apropos.so
  rm -fr /usr/local/lib/chicken/4/apropos.import.so
  cp -r apropos.import.so /usr/local/lib/chicken/4/apropos.import.so
  chmod a+r /usr/local/lib/chicken/4/apropos.import.so

* Installing documentation files in /usr/local/share/chicken/doc:

Warning: file does not exist: "apropos.html"

  chmod a+r /usr/local/lib/chicken/4/apropos.setup-info

but maybe you were asking about Chicken 3?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]