[Fink-devel] build fftw and fftw3 against gcc43

2008-03-09 Thread Jack Howarth
I have posted revised packaging for fftw3 and fftw onto fink tracking to build these packages against the newly released gcc43 package instead of gcc42. The current fftw info file is badly broken with regard to variants. I have fixed these so that openmpi-dev is only installed and used for the

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-09 Thread Dominique Dhumieres
I have chnage the dependencies from gcc42 to gcc43 in pgplot, wip, and r-base. pgplot and wip were built and installed without problem, while building r-base failed with (Intel OSX 10.5.2): ... make[5]: `Makedeps' is up to date. gcc -std=gnu99 -no-cpp-precomp -I../../../../include

[Fink-devel] Library versioning

2008-03-09 Thread John Ridgway
Friends - I have a question. First the background. I have a package that I'm currently working on (polyml5), and it builds a shared library. The package is at version 5.1, and the shared library that it builds is libpolyml.1.dylib. This library has the appropriate install-name and

Re: [Fink-devel] Library versioning

2008-03-09 Thread Daniel Macks
On Sun, Mar 09, 2008 at 04:43:03PM -0400, John Ridgway wrote: Friends - I have a question. First the background. I have a package that I'm currently working on (polyml5), and it builds a shared library. The package is at version 5.1, and the shared library that it builds is

Re: [Fink-devel] Library versioning

2008-03-09 Thread Daniel Macks
Why is it called polyml5? dan On Sun, Mar 09, 2008 at 06:13:59PM -0400, John Ridgway wrote: So now I'm going to have polyml5 and polyml1-shlibs as a SplitOff? Peace - John On Mar 9, 2008, at 5:09 PM, Daniel Macks wrote: On Sun, Mar 09, 2008 at 04:43:03PM -0400, John Ridgway wrote:

Re: [Fink-devel] plplot fails to build

2008-03-09 Thread Koen van der Drift
Following up on a thread from two months ago. I just tried to rebuild plplot-5.8.0-1003, and it failed because it cannot find the wxwidget headers: ... if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -I../include -I/sw/lib/

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-09 Thread Dominique Dhumieres
Do you have atlas-shlibs installed? If yes, could you try if removing it allows you to build r-base? The answer is yes to both questions. r-base is now installed on intel OSX 10.5.2 with gcc43. Thanks. Dominique - This

Re: [Fink-devel] incorrect gcc42 Depends in melina, pgplot and r-base

2008-03-09 Thread Martin Costabel
Dominique Dhumieres wrote: Do you have atlas-shlibs installed? If yes, could you try if removing it allows you to build r-base? The answer is yes to both questions. r-base is now installed on intel OSX 10.5.2 with gcc43. OK, so it's again Leopard's braindead /usr/bin/ld that is to blame