Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Feb 2007 12:11:06 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Olivier Regnier <oregnier@steelbox.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: eterm/port
Message-ID:  <44fy9go9qt.fsf@be-well.ilk.org>
In-Reply-To: <45C9D481.7030400@steelbox.org> (Olivier Regnier's message of "Wed, 07 Feb 2007 14:30:41 %2B0100")
References:  <45C9D481.7030400@steelbox.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Olivier Regnier <oregnier@steelbox.org> writes:

> Hello  :)
>
> Yesterday and today, i tried to install eterm with the ports tree with
> this command:
>> portinstall eterm
>
> but everytime, i get an error that says "Stop in
> /usr/ports/x11/eterm.! x11/eterm  (linker error) >  Packages
> processed: 0 done, 0 ignored, 0 skipped and 1 failed"
>
> You can see the result in the file called eterm-result.
>
> I don't understand. What happened ?

I don't use eterm, but I'm seeing it too when I looked into it.
Strangely, neither eterm nor imlib2 have changed in a couple of
months, and the sandbox built them properly since then.

> Can you help me please ?
>
> Thank you in advance ;)
>
> -- 
> Cheers,
> Olivier Regnier
>
>
> --->  Installing 'eterm-0.9.4' from a port (x11/eterm)
> --->  Building '/usr/ports/x11/eterm'
> ===>  Cleaning for man2html-3.0.1_1
> ===>  Cleaning for imlib2-20060926_1,1
> ===>  Cleaning for libast-0.7
> ===>  Cleaning for libiconv-1.9.2_2
> ===>  Cleaning for xorg-libraries-6.9.0_1
> ===>  Cleaning for perl-5.8.8
> ===>  Cleaning for pkg-config-0.21
> ===>  Cleaning for freetype2-2.2.1_1
> ===>  Cleaning for jpeg-6b_4
> ===>  Cleaning for png-1.2.14
> ===>  Cleaning for tiff-3.8.2_1
> ===>  Cleaning for libungif-4.1.4_2
> ===>  Cleaning for libid3tag-0.15.1b
> ===>  Cleaning for pcre-7.0
> ===>  Cleaning for libtool-1.5.22_3
> ===>  Cleaning for imake-6.9.0_1
> ===>  Cleaning for libdrm-2.0.2
> ===>  Cleaning for fontconfig-2.3.2_6,1
> ===>  Cleaning for gmake-3.81_1
> ===>  Cleaning for expat-2.0.0_1
> ===>  Cleaning for gettext-0.14.5_2
> ===>  Cleaning for eterm-0.9.4
> ===>  Vulnerability check disabled, database not found
> ===>  Found saved configuration for eterm-0.9.4
> ===>  Extracting for eterm-0.9.4
> => MD5 Checksum OK for Eterm-0.9.4.tar.gz.
> => SHA256 Checksum OK for Eterm-0.9.4.tar.gz.
> ===>  Patching for eterm-0.9.4
> ===>  Applying FreeBSD patches for eterm-0.9.4
> ===>   eterm-0.9.4 depends on executable in : man2html - found
> ===>   eterm-0.9.4 depends on shared library: Imlib2.3 - found
> ===>   eterm-0.9.4 depends on shared library: ast.2 - found
> ===>   eterm-0.9.4 depends on shared library: iconv.3 - found
> ===>   eterm-0.9.4 depends on shared library: X11.6 - found
> ===>  Configuring for eterm-0.9.4
> configure: WARNING: you should use --build, --host, --target
> checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
> checking whether build environment is sane... yes
> /usr/ports/x11/eterm/work/Eterm-0.9.4/missing: Unknown `--run' option
> Try `/usr/ports/x11/eterm/work/Eterm-0.9.4/missing --help' for more information
> configure: WARNING: `missing' script is too old or missing
> checking for gawk... no
> checking for mawk... no
> checking for nawk... nawk
> checking whether make sets $(MAKE)... yes
> checking for preferred libtoolize... libtoolize
> checking for preferred aclocal... aclocal
> checking for preferred autoconf... autoconf
> checking for preferred autoheader... autoheader
> checking for preferred automake... automake
> grep: ./src/netdisp.c: No such file or directory
> checking build system type... i386-portbld-freebsd6.2
> checking host system type... i386-portbld-freebsd6.2
> checking for i386-portbld-freebsd6.2-gcc... cc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables... 
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether cc accepts -g... yes
> checking for cc option to accept ANSI C... none needed
> checking for style of include used by make... GNU
> checking dependency style of cc... gcc3
> checking how to run the C preprocessor... cc -E
> checking for egrep... grep -E
> checking for AIX... no
> checking for library containing strerror... none required
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking for a sed that does not truncate output... /usr/bin/sed
> checking for ld used by cc... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for /usr/bin/ld option to reload object files... -r
> checking for BSD-compatible nm... nm
> checking whether ln -s works... yes
> checking how to recognise dependent libraries... pass_all
> checking dlfcn.h usability... yes
> checking dlfcn.h presence... yes
> checking for dlfcn.h... yes
> checking for i386-portbld-freebsd6.2-g++... c++
> checking whether we are using the GNU C++ compiler... yes
> checking whether c++ accepts -g... yes
> checking dependency style of c++... gcc3
> checking how to run the C++ preprocessor... c++ -E
> checking for i386-portbld-freebsd6.2-g77... no
> checking for i386-portbld-freebsd6.2-f77... no
> checking for i386-portbld-freebsd6.2-xlf... no
> checking for i386-portbld-freebsd6.2-frt... no
> checking for i386-portbld-freebsd6.2-pgf77... no
> checking for i386-portbld-freebsd6.2-fort77... no
> checking for i386-portbld-freebsd6.2-fl32... no
> checking for i386-portbld-freebsd6.2-af77... no
> checking for i386-portbld-freebsd6.2-f90... no
> checking for i386-portbld-freebsd6.2-xlf90... no
> checking for i386-portbld-freebsd6.2-pgf90... no
> checking for i386-portbld-freebsd6.2-epcf90... no
> checking for i386-portbld-freebsd6.2-f95... no
> checking for i386-portbld-freebsd6.2-fort... no
> checking for i386-portbld-freebsd6.2-xlf95... no
> checking for i386-portbld-freebsd6.2-ifc... no
> checking for i386-portbld-freebsd6.2-efc... no
> checking for i386-portbld-freebsd6.2-pgf95... no
> checking for i386-portbld-freebsd6.2-lf95... no
> checking for i386-portbld-freebsd6.2-gfortran... no
> checking for g77... no
> checking for f77... f77
> checking whether we are using the GNU Fortran 77 compiler... yes
> checking whether f77 accepts -g... yes
> checking the maximum length of command line arguments... (cached) 262144
> checking command to parse nm output from cc object... ok
> checking for objdir... .libs
> checking for i386-portbld-freebsd6.2-ar... no
> checking for ar... ar
> checking for i386-portbld-freebsd6.2-ranlib... no
> checking for ranlib... ranlib
> checking for i386-portbld-freebsd6.2-strip... no
> checking for strip... strip
> checking if cc static flag  works... yes
> checking if cc supports -fno-rtti -fno-exceptions... no
> checking for cc option to produce PIC... -fPIC
> checking if cc PIC flag -fPIC works... yes
> checking if cc supports -c -o file.o... yes
> checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
> checking whether -lc should be explicitly linked in... yes
> checking dynamic linker characteristics... freebsd6.2 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> configure: creating libtool
> appending configuration tag "CXX" to libtool
> checking for ld used by c++... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
> checking for c++ option to produce PIC... -fPIC
> checking if c++ PIC flag -fPIC works... yes
> checking if c++ supports -c -o file.o... yes
> checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... freebsd6.2 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> appending configuration tag "F77" to libtool
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes
> checking whether to build static libraries... yes
> checking for f77 option to produce PIC... -fPIC
> checking if f77 PIC flag -fPIC works... yes
> checking if f77 supports -c -o file.o... yes
> checking whether the f77 linker (/usr/bin/ld) supports shared libraries... yes
> checking dynamic linker characteristics... freebsd6.2 ld.so
> checking how to hardcode library paths into programs... immediate
> checking whether stripping libraries is possible... yes
> checking for distribution root... /usr/ports/x11/eterm/work/Eterm-0.9.4
> checking whether cc needs -traditional... no
> checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
> checking whether build environment is sane... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking if malloc debugging is wanted... no
> checking for sed... /usr/bin/sed
> checking for rm... rm
> checking for cp... cp
> checking for chmod... chmod
> checking for tar... tar
> checking for mkdir... mkdir
> checking for ctags... ctags
> checking for ar... ar
> checking for mv... mv
> checking for tic... true
> checking whether ln -s works... yes
> checking for perl... /usr/bin/perl
> checking for gawk... (cached) nawk
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking whether byte ordering is bigendian... no
> checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
> checking for gethostbyname... yes
> checking for connect... yes
> checking for remove... yes
> checking for shmat... yes
> checking for IceConnectionNumber in -lICE... yes
> checking for sys/wait.h that is POSIX.1 compatible... yes
> checking fcntl.h usability... yes
> checking fcntl.h presence... yes
> checking for fcntl.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking sys/ioctl.h usability... yes
> checking sys/ioctl.h presence... yes
> checking for sys/ioctl.h... yes
> checking sys/select.h usability... yes
> checking sys/select.h presence... yes
> checking for sys/select.h... yes
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/sockio.h usability... yes
> checking sys/sockio.h presence... yes
> checking for sys/sockio.h... yes
> checking sys/byteorder.h usability... no
> checking sys/byteorder.h presence... no
> checking for sys/byteorder.h... no
> checking malloc.h usability... no
> checking malloc.h presence... no
> checking for malloc.h... no
> checking utmpx.h usability... no
> checking utmpx.h presence... no
> checking for utmpx.h... no
> checking for unistd.h... (cached) yes
> checking bsd/signal.h usability... no
> checking bsd/signal.h presence... no
> checking for bsd/signal.h... no
> checking regex.h usability... yes
> checking regex.h presence... yes
> checking for regex.h... yes
> checking regexp.h usability... yes
> checking regexp.h presence... yes
> checking for regexp.h... yes
> checking stdarg.h usability... yes
> checking stdarg.h presence... yes
> checking for stdarg.h... yes
> checking X11/X.h usability... yes
> checking X11/X.h presence... yes
> checking for X11/X.h... yes
> checking X11/Xlib.h usability... yes
> checking X11/Xlib.h presence... yes
> checking for X11/Xlib.h... yes
> checking X11/Xmu/Atoms.h usability... yes
> checking X11/Xmu/Atoms.h presence... yes
> checking for X11/Xmu/Atoms.h... yes
> checking X11/Sunkeysym.h usability... yes
> checking X11/Sunkeysym.h presence... yes
> checking for X11/Sunkeysym.h... yes
> checking X11/Xlocale.h usability... yes
> checking X11/Xlocale.h presence... yes
> checking for X11/Xlocale.h... yes
> checking whether time.h and sys/time.h may both be included... yes
> checking for mode_t... yes
> checking for off_t... yes
> checking for pid_t... yes
> checking for uid_t in sys/types.h... yes
> checking return type of signal handlers... void
> checking for atexit... yes
> checking for _exit... yes
> checking for unsetenv... yes
> checking for setutent... no
> checking for seteuid... yes
> checking for memmove... yes
> checking for putenv... yes
> checking for strsep... yes
> checking for setresuid... yes
> checking for setresgid... yes
> checking for memmem... yes
> checking for usleep... yes
> checking for snprintf... yes
> checking for strcasestr... yes
> checking for strcasechr... no
> checking for strcasepbrk... no
> checking for strrev... no
> checking for nl_langinfo... yes
> checking whether snprintf ignores n... no, snprintf is ok
> checking for pow in -lm... yes
> checking for library containing login... -lutil
> checking for library containing logout... none required
> checking for library containing getpwuid... none required
> checking for debugging level... 4
> checking for ptsname... yes
> checking for grantpt... yes
> checking for unlockpt... yes
> checking for pty mechanism... generic only
> checking for pty group... wheel
> checking for saved uids... no
> checking if strict ICCCM compliance should be enabled... no
> checking for XOpenDisplay in -lX11... yes
> checking for XextAddDisplay in -lXext... yes
> checking for XShapeQueryExtension in -lXext... yes
> checking if Pablo support is wanted... no
> checking for Escreen support... yes
> checking for Etwin support... no
> checking for Escreen startup effects... no
> checking if profiling macros should be included... no
> checking for pixmap support... yes
> checking for dlopen in -ldl... no
> checking for TT_Init_FreeType in -lttf... no
> checking for imlib_create_image in -lImlib2... yes
> checking for transparency support... yes
> checking for MMX support... no (no MMX detected)
> checking for SSE2 support... no (no SSE2 detected)
> checking for libast-config... libast-config
> checking for libast_set_program_name in -last... yes
> checking for utmp support... yes
> checking for addToUtmp in -lutempter... no
> checking for backspace key configuration... forcing Backspace to send Ctrl-H
> checking for delete key configuration... default
> checking for home key configuration... default
> checking for end key configuration... default
> checking if mousewheel support should be enabled... yes
> checking for automatic encoding... yes
> checking for multi-charset support... ISO-10646
> checking for XIM support... yes
> checking for XmuInternAtom in -lXmu... yes
> checking for XRegisterIMInstantiateCallback in -lX11... yes
> checking for X11/extensions/XRes.h... yes
> checking for XResQueryExtension in -lXRes... yes
> checking for Greek keyboard support... no
> checking for dbx... no
> checking for gdb... /usr/bin/gdb
> checking for pstack... no
> checking for U_STACK_TRACE in -lcl... no
> checking for Linux 2.1 or higher... no
> checking if we should enable name reporting escape sequences... no
> checking for life_signs in -lKenny... no
>   Oh my god, they killed Kenny!  You bastards!
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating bg/Makefile
> config.status: creating doc/Makefile
> config.status: creating utils/Makefile
> config.status: creating pix/Makefile
> config.status: creating src/Makefile
> config.status: creating themes/Makefile
> config.status: creating config.h
> config.status: executing depfiles commands
> creating utils/kEsetroot
> creating themes/Eterm/theme.cfg
> creating themes/auto/theme.cfg
> creating themes/Escreen/theme.cfg
> creating themes/trans/theme.cfg
>
> Eterm 0.9.4
> Configuration:
> --------------
>
>   Source code location:       .
>   Host System Type:           i386-portbld-freebsd6.2
>   Preprocessor:               cc -E -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include 
>   Compiler:                   cc -O -pipe -march=i386
>   Linker:                     cc -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib  -lImlib2  -L/usr/local/lib -lImlib2 -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -lm  -lSM -lICE -lpcre   -lXRes  -lSM -lICE -lXmu -last -lXext -lX11 -lutil -lm  
>   Install path:               /usr/local
>
>   See src/feature.h for further configuration information.
>
>   Now type 'make' to build Eterm 0.9.4.
>
> ===>  Building for eterm-0.9.4
> make  all-recursive
> Making all in src
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT actions.lo -MD -MP -MF ".deps/actions.Tpo" -c -o actions.lo actions.c;  then mv -f ".deps/actions.Tpo" ".deps/actions.Plo"; else rm -f ".deps/actions.Tpo"; exit 1; fi
> mkdir .libs
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT actions.lo -MD -MP -MF .deps/actions.Tpo -c actions.c  -fPIC -DPIC -o .libs/actions.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT actions.lo -MD -MP -MF .deps/actions.Tpo -c actions.c -o actions.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT buttons.lo -MD -MP -MF ".deps/buttons.Tpo" -c -o buttons.lo buttons.c;  then mv -f ".deps/buttons.Tpo" ".deps/buttons.Plo"; else rm -f ".deps/buttons.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT buttons.lo -MD -MP -MF .deps/buttons.Tpo -c buttons.c  -fPIC -DPIC -o .libs/buttons.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT buttons.lo -MD -MP -MF .deps/buttons.Tpo -c buttons.c -o buttons.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT command.lo -MD -MP -MF ".deps/command.Tpo" -c -o command.lo command.c;  then mv -f ".deps/command.Tpo" ".deps/command.Plo"; else rm -f ".deps/command.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT command.lo -MD -MP -MF .deps/command.Tpo -c command.c  -fPIC -DPIC -o .libs/command.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT command.lo -MD -MP -MF .deps/command.Tpo -c command.c -o command.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT draw.lo -MD -MP -MF ".deps/draw.Tpo" -c -o draw.lo draw.c;  then mv -f ".deps/draw.Tpo" ".deps/draw.Plo"; else rm -f ".deps/draw.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.c  -fPIC -DPIC -o .libs/draw.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT draw.lo -MD -MP -MF .deps/draw.Tpo -c draw.c -o draw.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT e.lo -MD -MP -MF ".deps/e.Tpo" -c -o e.lo e.c;  then mv -f ".deps/e.Tpo" ".deps/e.Plo"; else rm -f ".deps/e.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT e.lo -MD -MP -MF .deps/e.Tpo -c e.c  -fPIC -DPIC -o .libs/e.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT e.lo -MD -MP -MF .deps/e.Tpo -c e.c -o e.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT events.lo -MD -MP -MF ".deps/events.Tpo" -c -o events.lo events.c;  then mv -f ".deps/events.Tpo" ".deps/events.Plo"; else rm -f ".deps/events.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT events.lo -MD -MP -MF .deps/events.Tpo -c events.c  -fPIC -DPIC -o .libs/events.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT events.lo -MD -MP -MF .deps/events.Tpo -c events.c -o events.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT font.lo -MD -MP -MF ".deps/font.Tpo" -c -o font.lo font.c;  then mv -f ".deps/font.Tpo" ".deps/font.Plo"; else rm -f ".deps/font.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c  -fPIC -DPIC -o .libs/font.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT font.lo -MD -MP -MF .deps/font.Tpo -c font.c -o font.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT grkelot.lo -MD -MP -MF ".deps/grkelot.Tpo" -c -o grkelot.lo grkelot.c;  then mv -f ".deps/grkelot.Tpo" ".deps/grkelot.Plo"; else rm -f ".deps/grkelot.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT grkelot.lo -MD -MP -MF .deps/grkelot.Tpo -c grkelot.c  -fPIC -DPIC -o .libs/grkelot.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT grkelot.lo -MD -MP -MF .deps/grkelot.Tpo -c grkelot.c -o grkelot.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT menus.lo -MD -MP -MF ".deps/menus.Tpo" -c -o menus.lo menus.c;  then mv -f ".deps/menus.Tpo" ".deps/menus.Plo"; else rm -f ".deps/menus.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT menus.lo -MD -MP -MF .deps/menus.Tpo -c menus.c  -fPIC -DPIC -o .libs/menus.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT menus.lo -MD -MP -MF .deps/menus.Tpo -c menus.c -o menus.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT misc.lo -MD -MP -MF ".deps/misc.Tpo" -c -o misc.lo misc.c;  then mv -f ".deps/misc.Tpo" ".deps/misc.Plo"; else rm -f ".deps/misc.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c  -fPIC -DPIC -o .libs/misc.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT options.lo -MD -MP -MF ".deps/options.Tpo" -c -o options.lo options.c;  then mv -f ".deps/options.Tpo" ".deps/options.Plo"; else rm -f ".deps/options.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c  -fPIC -DPIC -o .libs/options.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT options.lo -MD -MP -MF .deps/options.Tpo -c options.c -o options.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT pixmap.lo -MD -MP -MF ".deps/pixmap.Tpo" -c -o pixmap.lo pixmap.c;  then mv -f ".deps/pixmap.Tpo" ".deps/pixmap.Plo"; else rm -f ".deps/pixmap.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT pixmap.lo -MD -MP -MF .deps/pixmap.Tpo -c pixmap.c  -fPIC -DPIC -o .libs/pixmap.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT pixmap.lo -MD -MP -MF .deps/pixmap.Tpo -c pixmap.c -o pixmap.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT screen.lo -MD -MP -MF ".deps/screen.Tpo" -c -o screen.lo screen.c;  then mv -f ".deps/screen.Tpo" ".deps/screen.Plo"; else rm -f ".deps/screen.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT screen.lo -MD -MP -MF .deps/screen.Tpo -c screen.c  -fPIC -DPIC -o .libs/screen.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT screen.lo -MD -MP -MF .deps/screen.Tpo -c screen.c -o screen.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT script.lo -MD -MP -MF ".deps/script.Tpo" -c -o script.lo script.c;  then mv -f ".deps/script.Tpo" ".deps/script.Plo"; else rm -f ".deps/script.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT script.lo -MD -MP -MF .deps/script.Tpo -c script.c  -fPIC -DPIC -o .libs/script.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT script.lo -MD -MP -MF .deps/script.Tpo -c script.c -o script.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT scrollbar.lo -MD -MP -MF ".deps/scrollbar.Tpo" -c -o scrollbar.lo scrollbar.c;  then mv -f ".deps/scrollbar.Tpo" ".deps/scrollbar.Plo"; else rm -f ".deps/scrollbar.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT scrollbar.lo -MD -MP -MF .deps/scrollbar.Tpo -c scrollbar.c  -fPIC -DPIC -o .libs/scrollbar.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT scrollbar.lo -MD -MP -MF .deps/scrollbar.Tpo -c scrollbar.c -o scrollbar.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT startup.lo -MD -MP -MF ".deps/startup.Tpo" -c -o startup.lo startup.c;  then mv -f ".deps/startup.Tpo" ".deps/startup.Plo"; else rm -f ".deps/startup.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT startup.lo -MD -MP -MF .deps/startup.Tpo -c startup.c  -fPIC -DPIC -o .libs/startup.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT startup.lo -MD -MP -MF .deps/startup.Tpo -c startup.c -o startup.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT system.lo -MD -MP -MF ".deps/system.Tpo" -c -o system.lo system.c;  then mv -f ".deps/system.Tpo" ".deps/system.Plo"; else rm -f ".deps/system.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT system.lo -MD -MP -MF .deps/system.Tpo -c system.c  -fPIC -DPIC -o .libs/system.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT system.lo -MD -MP -MF .deps/system.Tpo -c system.c -o system.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT term.lo -MD -MP -MF ".deps/term.Tpo" -c -o term.lo term.c;  then mv -f ".deps/term.Tpo" ".deps/term.Plo"; else rm -f ".deps/term.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT term.lo -MD -MP -MF .deps/term.Tpo -c term.c  -fPIC -DPIC -o .libs/term.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT term.lo -MD -MP -MF .deps/term.Tpo -c term.c -o term.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT timer.lo -MD -MP -MF ".deps/timer.Tpo" -c -o timer.lo timer.c;  then mv -f ".deps/timer.Tpo" ".deps/timer.Plo"; else rm -f ".deps/timer.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c  -fPIC -DPIC -o .libs/timer.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT utmp.lo -MD -MP -MF ".deps/utmp.Tpo" -c -o utmp.lo utmp.c;  then mv -f ".deps/utmp.Tpo" ".deps/utmp.Plo"; else rm -f ".deps/utmp.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT utmp.lo -MD -MP -MF .deps/utmp.Tpo -c utmp.c  -fPIC -DPIC -o .libs/utmp.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT utmp.lo -MD -MP -MF .deps/utmp.Tpo -c utmp.c -o utmp.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT windows.lo -MD -MP -MF ".deps/windows.Tpo" -c -o windows.lo windows.c;  then mv -f ".deps/windows.Tpo" ".deps/windows.Plo"; else rm -f ".deps/windows.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT windows.lo -MD -MP -MF .deps/windows.Tpo -c windows.c  -fPIC -DPIC -o .libs/windows.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT windows.lo -MD -MP -MF .deps/windows.Tpo -c windows.c -o windows.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT defaultfont.lo -MD -MP -MF ".deps/defaultfont.Tpo" -c -o defaultfont.lo defaultfont.c;  then mv -f ".deps/defaultfont.Tpo" ".deps/defaultfont.Plo"; else rm -f ".deps/defaultfont.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT defaultfont.lo -MD -MP -MF .deps/defaultfont.Tpo -c defaultfont.c  -fPIC -DPIC -o .libs/defaultfont.o
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT defaultfont.lo -MD -MP -MF .deps/defaultfont.Tpo -c defaultfont.c -o defaultfont.o >/dev/null 2>&1
> if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H  -I. -I. -I..   -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include   -O -pipe -march=i386 -MT libscream.lo -MD -MP -MF ".deps/libscream.Tpo" -c -o libscream.lo libscream.c;  then mv -f ".deps/libscream.Tpo" ".deps/libscream.Plo"; else rm -f ".deps/libscream.Tpo"; exit 1; fi
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT libscream.lo -MD -MP -MF .deps/libscream.Tpo -c libscream.c  -fPIC -DPIC -o .libs/libscream.o
> libscream.c:1488:2: warning: #warning compiling in libscream
> libscream.c:1493:2: warning: #warning compiling in support for GNU screen
>  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -march=i386 -MT libscream.lo -MD -MP -MF .deps/libscream.Tpo -c libscream.c -o libscream.o >/dev/null 2>&1
> /bin/sh ../libtool --mode=link cc  -O -pipe -march=i386   -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -o libEterm.la -rpath /usr/local/lib -version-info 9:9:9 actions.lo buttons.lo command.lo draw.lo e.lo  events.lo font.lo grkelot.lo menus.lo misc.lo options.lo  pixmap.lo screen.lo script.lo scrollbar.lo startup.lo  system.lo term.lo timer.lo utmp.lo windows.lo defaultfont.lo  libscream.lo  -lImlib2  -L/usr/local/lib -lImlib2 -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -lm  -lSM -lICE -lpcre   -lXRes  -lSM -lICE -lXmu -last -lXext -lX11 -lutil -lm
> cc -shared  .libs/actions.o .libs/buttons.o .libs/command.o .libs/draw.o .libs/e.o .libs/events.o .libs/font.o .libs/grkelot.o .libs/menus.o .libs/misc.o .libs/options.o .libs/pixmap.o .libs/screen.o .libs/script.o .libs/scrollbar.o .libs/startup.o .libs/system.o .libs/term.o .libs/timer.o .libs/utmp.o .libs/windows.o .libs/defaultfont.o .libs/libscream.o  -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib /usr/local/lib/libImlib2.so /usr/local/lib/libfreetype.so -lz /usr/local/lib/libpcre.so -lXRes -lSM -lICE -lXmu /usr/X11R6/lib/libast.so -lXext -lX11 -lutil -lm  -march=i386 -Wl,--rpath -Wl,/usr/local/lib -Wl,-soname -Wl,libEterm.so.9 -o .libs/libEterm.so.9
> (cd .libs && rm -f libEterm.so && ln -s libEterm.so.9 libEterm.so)
> (cd .libs && rm -f libEterm.so && ln -s libEterm.so.9 libEterm.so)
> ar cru .libs/libEterm.a  actions.o buttons.o command.o draw.o e.o events.o font.o grkelot.o menus.o misc.o options.o pixmap.o screen.o script.o scrollbar.o startup.o system.o term.o timer.o utmp.o windows.o defaultfont.o libscream.o
> ranlib .libs/libEterm.a
> creating libEterm.la
> (cd .libs && rm -f libEterm.la && ln -s ../libEterm.la libEterm.la)
> if cc -DHAVE_CONFIG_H -I. -I. -I..    -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -I/usr/X11R6/include  -O -pipe -march=i386 -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c;  then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
> /bin/sh ../libtool --mode=link cc  -O -pipe -march=i386   -L/usr/local/lib -L/usr/X11R6/lib -L/usr/local/lib -L/usr/X11R6/lib -o Eterm -rpath /usr/local/lib:/usr/local/lib/Eterm main.o libEterm.la -lImlib2  -L/usr/local/lib -lImlib2 -L/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -lfreetype -lz -lm  -lSM -lICE -lpcre   -lXRes  -lSM -lICE -lXmu -last -lXext -lX11 -lutil -lm
> cc -O -pipe -march=i386 -o .libs/Eterm main.o -Wl,--rpath -Wl,/usr/local/lib  -L/usr/local/lib -L/usr/X11R6/lib ./.libs/libEterm.so -lXRes -lXmu /usr/X11R6/lib/libast.so /usr/local/lib/libImlib2.so /usr/local/lib/libfreetype.so -lz -lSM -lICE /usr/local/lib/libpcre.so -lXext -lX11 -lutil -lm -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/X11R6/lib -Wl,--rpath -Wl,/usr/local/lib:/usr/local/lib/Eterm
> ./.libs/libEterm.so: undefined reference to `imlib_render_pixmaps_for_whole_image'
> ./.libs/libEterm.so: undefined reference to `imlib_context_set_display'
> ./.libs/libEterm.so: undefined reference to `imlib_render_pixmaps_for_whole_image_at_size'
> ./.libs/libEterm.so: undefined reference to `imlib_context_set_colormap'
> ./.libs/libEterm.so: undefined reference to `imlib_context_set_drawable'
> ./.libs/libEterm.so: undefined reference to `imlib_context_set_visual'
> ./.libs/libEterm.so: undefined reference to `imlib_free_pixmap_and_mask'
> *** Error code 1
>
> Stop in /usr/ports/x11/eterm/work/Eterm-0.9.4/src.
> *** Error code 1
>
> Stop in /usr/ports/x11/eterm/work/Eterm-0.9.4.
> *** Error code 1
>
> Stop in /usr/ports/x11/eterm/work/Eterm-0.9.4.
> *** Error code 1
>
> Stop in /usr/ports/x11/eterm.
> 	! x11/eterm	(linker error)
> --->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
		http://be-well.ilk.org/~lowell/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44fy9go9qt.fsf>