Does anyone have an idea? --Wes
Wesley Mason said: > > It seems to hang when running sed with one of it's files. > > This is from the sed file: > > ----- > :t > /@[a-zA-Z_][a-zA-Z_0-9]*@/!b > s,@PPMQUANT@,/usr/local/bin/ppmquant,;t t > s,@PPMTOTBMP@,,;t t > s,@MOGRIFY@,/usr/local/bin/mogrify,;t t > s,@IMAGEHACKING@,netpbm2,;t t > s,@AUTOCONF@,/usr/local/bin/autoconf,;t t > s,@MODULE_DIR@,/usr/local/lib/python2.2/site-packages/PyPlucker,;t t > s,@PLUCKERDIR@,/usr/local/share/plucker,;t t > s,@COMICS_DIR@,/var/spool/netcomics,;t t > s,@COMICSLIST_DIR@,/usr/local/share/plucker/comics,;t t > s,@DOCDIR@,/usr/local/share/plucker/doc,;t t > s,@NLSDIR@,/usr/local/share/locale,;t t > s,@SED@,/usr/local/bin/gsed,;t t > s,@LATEX@,,;t t > s,@L2H@,,;t t > s,@GIFTOPNM@,/usr/local/bin/giftopnm,;t t > s,@PNMTOPS@,/usr/local/bin/pnmtops,;t t > s,@BUILD_MANUAL@,no,;t t > s,@M68K_GCC@,,;t t > s,@CC@,gcc,;t t > s,@CFLAGS@,,;t t > s,@LDFLAGS@,,;t t > s,@CPPFLAGS@,,;t t > s,@ac_ct_CC@,gcc,;t t > s,@EXEEXT@,,;t t > s,@OBJEXT@,,;t t > s,@LANG@,C,;t t > s,@TYPE@,,;t t > s,@A4FLAG@,,;t t > s,@SEGMENTDEF@,,;t t > s,@MULTISEG_LD@,,;t t > s,@MULTISEG_S@,,;t t > s,@GESTURE_DEBUG@,no,;t t > s,@POSE_DEBUG@,,;t t > s,@MEMO_DEBUG@,,;t t > s,@WAIT_ICON@,hourglass,;t t > s,@M68K_OBJ_RES@,,;t t > s,@M68K_AS@,,;t t > s,@MULTISEGSTUBGEN@,,;t t > s,@PILRC@,,;t t > s,@BUILD_PRC@,,;t t > s,@CTAGS@,,;t t > s,@ZLIB@,,;t t > s,@ZLIBFILE@,,;t t > s,@ZLIBDIFF@,,;t t > s,@BUILD_VIEWER@,,;t t > s,@BUILD_ZLIB@,,;t t > s,@VERSION@,@@VERSION@@,;t t > s,@CATEGORY@,,;t t > -------- > > I don't have the cross compiler installed and I'm running as: > > ./configure --disable-palmosbuild > > > and the output looks like: > > checking for ranlib... ranlib > checking for a BSD-compatible install... /usr/local/bin/install -c > checking for python... /usr/local/bin/python > checking "Python version"... "2.2.1" > checking for pnmtopalm... /usr/local/netpbm/bin/pnmtopalm > checking for ppmquant... /usr/local/bin/ppmquant > checking for ppmtoTbmp... no > checking for mogrify... /usr/local/bin/mogrify > checking "for PIL"... yes > checking "what to use for image transformation"... netpbm2 > checking for autoconf... /usr/local/bin/autoconf > checking for gsed... /usr/local/bin/gsed > checking for latex... no > configure: WARNING: "Unable to find latex" > checking for latex2html... no > configure: WARNING: "Unable to find latex2html" > checking for giftopnm... /usr/local/bin/giftopnm > checking for pnmtops... /usr/local/bin/pnmtops > checking for g++... g++ > checking whether we are using the GNU C++ compiler... no > checking whether g++ accepts -g... no > checking for gcc... gcc > checking whether we are using the GNU C compiler... no > checking whether gcc accepts -g... no > checking how to run the C preprocessor... gcc -E > checking for ANSI C header files... yes > checking for sys/types.h... no > checking for sys/stat.h... no > checking for stdlib.h... no > checking for string.h... no > checking for memory.h... no > checking for strings.h... no > checking for inttypes.h... no > checking for stdint.h... no > checking for unistd.h... no > checking zlib.h usability... no > checking zlib.h presence... yes > configure: WARNING: zlib.h: present but cannot be compiled > configure: WARNING: zlib.h: check for missing prerequisite headers? > configure: WARNING: zlib.h: proceeding with the preprocessor's result > checking for zlib.h... yes > checking jpeglib.h usability... no > checking jpeglib.h presence... yes > configure: WARNING: jpeglib.h: present but cannot be compiled > configure: WARNING: jpeglib.h: check for missing prerequisite headers? > configure: WARNING: jpeglib.h: proceeding with the preprocessor's result > checking for jpeglib.h... yes > checking for deflateEnd in -lz... yes > checking for jpeg_start_compress in -ljpeg... yes > checking for at... //bin/at > checking for rm... //bin/rm > checking for netscape... netscape > configure: creating ./config.status > config.status: creating Makefile (hangs here) > > > Any ideas? > > > > _______________________________________________ > plucker-dev mailing list > [EMAIL PROTECTED] > http://lists.rubberchicken.org/mailman/listinfo/plucker-dev _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
