I installed from svn trunk and chicken-install works fine now. It took some time to understand how to teach the build system where system libraries are kept. Perhaps README or Makefile.$(PLATFORM) should document C_COMPILER_OPTIONS LINKER_OPTIONS
Here, NetBSD, one needs C_COMPILER_OPTIONS += -I/usr/pkg/lib LINKER_OPTIONS += -L/usr/pkg/lib -Wl,-R/usr/pkg/lib I like chicken scheme thanks a lot Fulvio From: felix winkelmann <[email protected]> Subject: Re: [Chicken-users] chicken-install: prefix problem Date: Mon, 13 Apr 2009 12:49:05 +0200 > On Wed, Apr 8, 2009 at 6:06 PM, fulvio ciriaco <[email protected]> wrote: > >> chicken-install seems to honour CHICKEN_INSTALL_PREFIX only >> during installation phase, i.e. >> chicken-install wants to install in >> $CHICKEN_INSTALL_PREFIX/$CHICKEN_REPOSITORY/ >> but compiles loading required extensions from $CHICKEN_REPOSITORY >> this leads to the following incongruency: >> > > Try the "-prefix" option for `chicken-install' in the svn trunk (rev. > 14237). It was pretty broken, > but should be a bit more useful now. > > > cheers, > felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
