Quote: |
/bin/sh
../libtool --mode=link gcc -O3 -pipe -march=pentium-m -mcpu=i686
-fomit-frame-pointer -mtune=pentium-m -L/usr/lib -o Eterm -rpath
/usr/lib:/usr/lib/Eterm main.o libEterm.la -lImlib2 -ldl -L/usr/lib
-lImlib2 -lfreetype -lz -ldl -lm -lSM -lICE
-lSM -lICE -lXmu -lutempter -last -lXext -lX11 -lutil -lm gcc -O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer -mtune=pentium-m -o .libs/Eterm main.o -L/usr/lib ./.libs/libEterm.so -lXmu -lutempter /usr/lib/libast.so /usr/lib/libImlib2.so /usr/lib/libfreetype.so -lz -ldl -lSM -lICE -lXext -lX11 -lutil -lm -Wl,--rpath -Wl,/usr/lib:/usr/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' collect2: ld returned 1 exit status make[2]: *** [Eterm] Error 1 make[2]: Leaving directory `/var/tmp/portage/eterm-0.9.3-r4/work/Eterm-0.9.3/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/eterm-0.9.3-r4/work/Eterm-0.9.3' make: *** [all-recursive-am] Error 2 !!! ERROR: x11-terms/eterm-0.9.3-r4 failed. !!! Function src_compile, Line 54, Exitcode 2 !!! make failed !!! If you need support, post the topmost build error, NOT this status message. ziig ~ # |
This is my make file:
Quote: |
# These settings were set by the catalyst build script that automatically built this stage # Please consult /etc/make.conf.example for a more detailed example #CFLAGS="-O2 -march=i686" #CHOST="i686-pc-linux-gnu" #CXXFLAGS="${CFLAGS}" CFLAGS="-O3 -pipe -march=pentium-m -mcpu=i686 -fomit-frame-pointer -mtune=pentium-m" CHOST="i686-pc-linux-gnu" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j2" ACCEPT_KEYWORDS="~x86" USE="X imlib nls apache2 cups imagemagick usb msn png jpeg gif tiff acc mpeg opengl gtk2 qt samba svga dga dio truetype xmms -gnome -kde alsa apm cdr dvd mmx sse xml xml2 -escreen -etwin -unicode" GENTOO_MIRRORS="http://gentoo.seren.com/gentoo http://distfiles.gentoo.org/distfiles" SYNC=rsync://gentoo.seren.com/gentoo-portage |
_________________
--
"When you say "I wrote a program that crashed Windows", people just stare at you blankly and say "Hey, I got those with the system, for free". - Linus Torvalds, 1995