>> LDFLAGS="-L/opt/local/lib -lcc_dynamic" CC=gcc-dp-3.4 CXX=g++-dp-3.4 >> F77=g77-dp-3.4 CC=gcc-3.3 CXX=g++-3.3 ./configure --prefix=/opt/local > >> checking for gcc... gcc-3.3 > > cc_dynamic turns out not to be the problem, it seems.
i spoke too soon. ok, if you have cc_dynamic enabled it WILL NOT BUILD with gcc-dp-3.4. ugh. or with gcc-dp-3.3 either. this is gross gross gross. mixing (whether apple's gcc-3.3 or DP's) and g77-dp-3.4 also seems to be some fairly bad mojo. lots of errors about a flag -no-cpp-precomp. seems harmless so far... the build (with straight-up *-dp-3.3) eventually bombs out, but it is VERY late in the build, rather than the 'early death' that we were seeing earlier. anybody seen this error from a build before? tis a new one for me :) gcc-dp-3.3 -bundle -flat_namespace -undefined suppress -L/opt/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo rbitmap.lo -lSM -lICE -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -L../../../lib -lR gcc-dp-3.3: couldn't run `undle-gcc-3.3.6': No such file or directory --elijah _______________________________________________ R-SIG-Mac mailing list [email protected] https://stat.ethz.ch/mailman/listinfo/r-sig-mac
