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 -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/sw/include -fPIC -g -O2 -c chull.c -o chull.o gcc -std=gnu99 -no-cpp-precomp -I../../../../include -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/sw/include -fPIC -g -O2 -c devNull.c -o devNull.o gcc -std=gnu99 -no-cpp-precomp -I../../../../include -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/sw/include -fPIC -g -O2 -c devPicTeX.c -o devPicTeX.o gcc -std=gnu99 -no-cpp-precomp -I../../../../include -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/sw/include -fPIC -g -O2 -c devPS.c -o devPS.o gcc -std=gnu99 -no-cpp-precomp -I../../../../include -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/sw/include -fPIC -g -O2 -c devQuartz.c -o devQuartz.o devQuartz.c: In function 'Quartz': devQuartz.c:491: warning: assignment discards qualifiers from pointer target type devQuartz.c:497: warning: assignment discards qualifiers from pointer target type devQuartz.c: In function 'SetCGContext': devQuartz.c:685: warning: 'CreateCGContextForPort' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5795) ... devQuartz.c:1654: warning: 'SetPort' is deprecated (declared at /System/Library/Frameworks/ApplicationServices.framework/Frameworks/QD.framework/Headers/QuickdrawAPI.h:292) gcc -std=gnu99 -no-cpp-precomp -I../../../../include -I../../../../include -I../../../include -I../../../../src/include -DHAVE_CONFIG_H -I/sw/include -fPIC -g -O2 -c init.c -o init.o gcc -std=gnu99 -dynamiclib -Wl,-macosx_version_min -Wl,10.3 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/sw/lib -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o -framework AppKit -L../../../../lib -lR -dylib_file libRblas.dylib:../../../../lib/libRblas.dylib -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation mkdir ../../../../library/grDevices/libs Warning in solve.default(rgb) : unable to load shared library '/Volumes/MacBook/sw/src/fink.build/r-base-2.6.0-1/R-2.6.0/modules//lapack.so': dlopen(/Volumes/MacBook/sw/src/fink.build/r-base-2.6.0-1/R-2.6.0/modules//lapack.so, 6): Symbol not found: _cblas_cdotc_sub Referenced from: /Volumes/MacBook/sw/src/fink.build/r-base-2.6.0-1/R-2.6.0/modules//lapack.so Expected in: dynamic lookup Error in solve.default(rgb) : lapack routines cannot be loaded Error: unable to load R code in package 'grDevices' Execution halted make[3]: *** [all] Error 1 make[2]: *** [R] Error 1 make[1]: *** [R] Error 1 make: *** [R] Error 1 ### execution of /var/tmp/tmp.1.8ckTTI failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-r-base-2.6.0-1 (Reading database ... 334805 files and directories currently installed.) Removing fink-buildlock-r-base-2.6.0-1 ... Failed: phase compiling: r-base-2.6.0-1 failed Any idea? TIA Dominique ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fink-devel mailing list Fink-devel@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.devel