mit-scheme-devel
[Top][All Lists]
Advanced

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

Re: [MIT-Scheme-devel] [commit 56fd6a4] Added FFI test.


From: Taylor R Campbell
Subject: Re: [MIT-Scheme-devel] [commit 56fd6a4] Added FFI test.
Date: Thu, 28 Apr 2011 05:52:39 +0000
User-agent: IMAIL/1.21; Edwin/3.116; MIT-Scheme/9.1

   commit 56fd6a47ab79b74b96b98661c5c14c46d37d1748
   Author: Matt Birkholz <address@hidden>
   Date:   Sun Apr 17 17:08:38 2011 -0700

    * src/configure.ac: Added --enable-debugging, FFIS, CCLD, DEFS,
    CFLAGS, CPPFLAGS, LDFLAGS, SHIM_CFLAGS and SHIM_LDFLAGS.  Include
    microcode/achost.ac.  Added FFIS to the bundles list.
    
    * src/microcode/: achost.ac, configure.ac: Moved the host
    configuration from configure.ac to the new achost.ac, to share with
    src/configure.ac.

   +    MODULE_CFLAGS="${MODULE_CFLAGS} -fPIC"
   +    MODULE_LDFLAGS="${MODULE_LDFLAGS} -shared -fPIC"
   +    SHIM_CFLAGS="${SHIM_CFLAGS} -fPIC"
   +    SHIM_LDFLAGS="${SHIM_LDFLAGS} -shared -fPIC"

Why do you distinguish between module cflags/ldflags and shim
cflags/ldflags?  I don't think this will work on Mac OS X: you haven't
set SHIM_LDFLAGS to create a bundle, so you'll end up trying to create
executables instead.



reply via email to

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