Re: [Fink-users] gdal 1.6.2-10 failed

2009-11-04 Thread Mathieu Marache
Hi Alexander, That did the trick, thanks a lot ! Mathieu Le 3 nov. 09 à 18:09, Alexander Hansen a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathieu Marache wrote: Hi, I tried to install gdal unstable ( 1.6.2-10 today), and had a failure when linking libgdal.1.dylib : ld:

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread Jack Howarth
Keep in mind that not all source packages support a parallel make. If I recall correctly, openmotif for example has issues. It would be better to encourage package maintainers to simply enable the parallel make in their info files by using something like... num_cpu=$(echo `sysctl -n hw.ncpu`)

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread Nathaniel Echols
On Wed, Nov 4, 2009 at 7:34 AM, Jack Howarth howa...@bromo.med.uc.eduwrote: Keep in mind that not all source packages support a parallel make. If I recall correctly, openmotif for example has issues. It would be better to encourage package maintainers to simply enable the parallel make in

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread monipol
On 04/11/2009, at 16:27, Nathaniel Echols wrote: On Wed, Nov 4, 2009 at 7:34 AM, Jack Howarth howa...@bromo.med.uc.eduwrote: Keep in mind that not all source packages support a parallel make. If I recall correctly, openmotif for example has issues. It would be better to encourage package

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread Daniel Macks
On Wed, Nov 04, 2009 at 11:55:10AM -0700, Nathaniel Echols wrote: On Wed, Nov 4, 2009 at 11:43 AM, monipol moni...@gmx.com wrote: Fink itself does not set -j in MAKEFLAGS because, as Jack has explained, parallel make is not supported by every package. Fink does use -j1 in make install,

[Fink-users] fluxbox-1.0.0-1 on 10.6 64-bit

2009-11-04 Thread Robert Wyatt
fluxbox does not find X11 on 10.6 64-bit (even though it is present): checking for X... no configure: error: Fluxbox requires the X Window System libraries and headers. ### execution of ./configure failed, exit code 1 Removing runtime build-lock... Removing build-lock package...

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread David R. Morrison
On Nov 4, 2009, at 10:58 AM, Daniel Macks wrote: There's info on Fink Wiki I think. Or there would be, if the fink wiki was functional right now. -- Dave -- Let Crystal Reports handle the reporting - Free Crystal

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread Nathaniel Echols
On Wed, Nov 4, 2009 at 11:58 AM, Daniel Macks dma...@netspace.org wrote: Fink has an internal setting to allow propagation of the MAKEFLAGS shell environment variable into the build process (fink usually blanks this field as part of its environment-consistency policy). That way a user can

Re: [Fink-users] setting number of CPUs for compilation

2009-11-04 Thread Daniel Macks
On Wed, Nov 04, 2009 at 12:36:01PM -0700, Nathaniel Echols wrote: On Wed, Nov 4, 2009 at 11:58 AM, Daniel Macks dma...@netspace.org wrote: Fink has an internal setting to allow propagation of the MAKEFLAGS shell environment variable into the build process (fink usually blanks this field

Re: [Fink-users] fluxbox-1.0.0-1 on 10.6 64-bit

2009-11-04 Thread Martin Costabel
Robert Wyatt wrote: fluxbox does not find X11 on 10.6 64-bit (even though it is present): checking for X... no Alex had this fixed a year ago. For some reason it was unfixed during a later update. I put the fix back. -- Martin