Ryan Schmidt wrote: > On Aug 4, 2008, at 13:21, Rainer Müller wrote: > >>> /usr/bin/gcc-4.0 -o xdvi-xaw.bin browser.o dvi-draw.o dvi-init.o >>> dvisel.o encodings.o events.o filehist.o font-open.o gf.o hypertex.o >>> image-magick.o mime.o my-snprintf.o my-vsnprintf.o pagehist.o pk.o >>> print-internal.o psdps.o psgs.o psheader.o psnews.o read-mapfile.o >>> search-internal.o special.o string-utils.o tfmload.o util.o vf.o >>> xdvi.o >>> xserver-info.o x_util.o 1 -L/opt/local/lib ./gui/libgui.a >>> ../../libs/t1lib/libt1.a ../../libs/t1lib/../type1/libtype1.a >>> -L/usr/lib/ruby -L/usr/X11/lib -lXaw -lXmu -lXt -lSM -lICE -lXp - >>> lXext >>> -lXpm -lX11 -lXau -lXdmcp -liconv ../kpathsea/.libs/libkpathsea.a -lm >>> i686-apple-darwin9-gcc-4.0.1: 1: No such file or directory >>> make[2]: *** [xdvi-xaw.bin] Error 1 >>> make[1]: *** [all] Error 1 >>> make: *** [all] Error 1 >> Looks like you did not install Xcode on Leopard yet. You can't use >> your >> old Xcode from Tiger, you need at least Xcode 3.0 (Xcode 3.1 is also >> available as download from Apple). > > Nonono: it's not "i686-apple-darwin9-gcc-4.0.1" it can't find; it's > "1" it can't find. So it looks like this error:
Oh, thanks. I misread the error message, of course it's reporting i686-apple-darwin9-gcc-4.0.1 can't find "1". But I can't spot from the command output above there the "1" comes from. [...] xserver-info.o x_util.o 1 -L/opt/local/lib [...] The "1" is not meant to be part of any directory passed to -L, but instead appears in the middle of the command. Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
