Re: [etch] Eterm compilation problem
Jakub Narojczyk napisa³(a):
> #!/usr/bin/make -f > include /usr/share/cdbs/1/rules/debhelper.mk > include /usr/share/cdbs/1/class/autotools.mk > DEB_DH_SHLIBDEPS_ARGS = -L libEterm -l debian/tmp/usr/lib/ > DEB_DESTDIR = $(CURDIR)/debian/tmp > DEB_CONFIGURE_EXTRA_FLAGS = \
> --enable-xim \ > --with-backspace=del \ > --with-delete=execute \ > --enable-share=yes \ > --enable-static=no \ > --enable-mmx=yes \ > --enable-sse2=yes \ > --enable-multi-charset=unicode \ > --enable-escreen \ > --with-pty-group=tty > CFLAGS = -O2 -Wall -g -mtune=opteron -msse2 -m3dnow > > I can see that its a problem with sse2 but my box is dual opteron and it > has sse2 instructions. I've installed alle the necesery dependencies. > What can I do about that error? > > thanks > Kuba > >
hmmm... it seems that indeed it's a problem with sse2 option. It
compiles smoothly with --enable-sse2=no.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Received on Wed Jun 27 04:28:34 2007
This archive was generated by hypermail 2.1.8
: Wed Jun 27 2007 - 04:30:02 EDT
|