Re: [Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-12 Thread felix winkelmann
On 1/11/07, Stephen C. Gilardi [EMAIL PROTECTED] wrote: It would be nice if options like that that I'll nearly always want to specify could be provided via an environment variable rather than always typed. Feature request: - chicken automatically includes options specified in the

Re: [Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-12 Thread Zbigniew
Stephen, I haven't tried this in a few months, but last time I checked, chicken will use any options you provided at ./configure time. So for example you could probably say ./configure CFLAGS=-O2 -L/sw/lib -I/sw/include and the options should be used automatically in the future. Some people

[Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-11 Thread Stephen C. Gilardi
I use Fink (http://fink.sourceforge.net) to access ports of many packages to Mac OS X. Fink stores the software it installs in the / sw tree (/sw/include, /sw/lib, etc). Currently it appears that chicken-2.5 (in particular chicken-setup) doesn't know about /sw as a hierarchy (fair enough)

Re: [Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-11 Thread Peter Bex
On Thu, Jan 11, 2007 at 01:20:50PM -0500, Stephen C. Gilardi wrote: Questions: [1] Is there a way to configure chicken to provide additional library search paths (and include file search paths)? [2] Alternatively, can chicken be made to know that on Mac OS X (Darwin), if /sw exists,

Re: [Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-11 Thread Peter Bex
On Thu, Jan 11, 2007 at 03:14:08PM -0500, Stephen C. Gilardi wrote: Thanks for the info. It appears that csc offers the options I need -I/sw/include -L/sw/lib, but chicken (according to The User Manual and chicken -help) doesn't. When I include these in CHICKEN_OPTIONS, chicken

Re: [Chicken-users] Mac OS X: chicken-setup's access to fink-installed libraries

2007-01-11 Thread Stephen C. Gilardi
On Jan 11, 2007, at 3:39 PM, Peter Bex wrote: On Thu, Jan 11, 2007 at 03:14:08PM -0500, Stephen C. Gilardi wrote: Thanks for the info. It appears that csc offers the options I need -I/sw/include -L/sw/lib, but chicken (according to The User Manual and chicken -help) doesn't. When I include