Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-13 Thread Adam Young
On 04/12/2010 05:53 PM, Jim Ursetto wrote: Mixing works fine on Debian, on 64-bit Debian /usr/lib contains the native libraries and lib64 is a symlink to /usr/lib, with lib32/ being a separate directory. This allows apps that expect plain /usr/lib to work normally. What I'm not clear on is

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-13 Thread Adam Young
I modified the spec file to only include the patch for x86_64. I also dropped the devel RPM, as it really doesn't make sense for Chicken. http://admiyo.fedorapeople.org/chicken/ If someone wants a 32bit version, I'll have to scare up a 32 bit system or build a VM to make it.

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-13 Thread Jim Ursetto
I looked at the patch already, the INSTALL_LIB_HOME should take precedence and is set by `make LIBDIR=/usr/lib64`, as you did in the .spec file. In other words this should work without a patch unless there is a problem with the build system. So, please send full build output so we can

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-13 Thread Adam Young
On 04/13/2010 02:11 PM, Jim Ursetto wrote: I looked at the patch already, the INSTALL_LIB_HOME should take precedence and is set by `make LIBDIR=/usr/lib64`, as you did in the .spec file. In other words this should work without a patch unless there is a problem with the build system. And so

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-13 Thread Jim Ursetto
Ok, great! It is possible that you built it without LIBDIR, then did a make clean, then rebuilt it with LIBDIR. `make clean` does not delete the chicken-config.h file and so the LIBDIR change would have no effect on the second build. I have done something similar several times. On Apr

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-13 Thread Adam Young
On 04/13/2010 03:05 PM, Jim Ursetto wrote: Ok, great! It is possible that you built it without LIBDIR, then did a make clean, then rebuilt it with LIBDIR. `make clean` does not delete the chicken-config.h file and so the LIBDIR change would have no effect on the second build. I have done

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-10 Thread Felix
From: Adam Young ayo...@redhat.com Subject: [Chicken-users] If anyone wants an RPM version of Chicken Scheme Date: Fri, 09 Apr 2010 15:12:31 -0400 I built an RPM version of Chicken Scheme for Fedora 12. If anyone would care to try it out you can find it at: http://admiyo.fedorapeople.org

Re: [Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-10 Thread Jim Ursetto
Hi, Out of curiosity what does /usr/lib point to on a Fedora 12 system? Do you have to specify --libdir=/usr/lib64 when you call ./configure for every single package? On Apr 9, 2010, at 2:12 PM, Adam Young wrote: I built an RPM version of Chicken Scheme for Fedora 12. If anyone would

[Chicken-users] If anyone wants an RPM version of Chicken Scheme

2010-04-09 Thread Adam Young
I built an RPM version of Chicken Scheme for Fedora 12. If anyone would care to try it out you can find it at: http://admiyo.fedorapeople.org/chicken/ As you can see, I had to make one small patch for x86_64. This patch should probably not be applied for i386 systems, but I haven't tested it.