[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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.



Reply to: