Hi all, I get the above error with freebsd stock gcc. I allready tried gcc45 from ports, but run into troubles with system libraries, which would force me to patch the makefile (I guess adding rpath-link). And if I have to change anything, I would rather do it for the standard system compiler.
I think the following error is about SSE3, is there an easy way around this? This is done with mp% g++ -v Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] mp% as --version GNU assembler 2.15 [FreeBSD] 2004-05-23 Copyright 2002 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License. This program has absolutely no warranty. This assembler was configured for a target of `x86_64-obrien-freebsd'. The error looks like this: libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -DPACKAGE_DATA_DIR= \"/usr/local/share\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -D_THREAD_SAFE -D_REENTRANT -DORBIT2=1 -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/pango-1.0 -I/usr/local/include/gio-unix-2.0/ -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/drm -I/usr/local/include/libxml2 -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0 -I/usr/local/include/dbus-1.0 -I/usr/local/include/dbus-1.0/include -I/usr/local/include/ -I/usr/local/include/gphoto2 -ffast-math -I../../librawstudio/ -I../../ -Wall -g3 -O4 -g -O2 -MT floatplanarimage-x86.lo -MD -MP -MF .deps/floatplanarimage-x86.Tpo -c floatplanarimage-x86.cpp -fPIC -DPIC -o .libs/floatplanarimage-x86.o /var/tmp//ccABJzvM.s: Assembler messages: /var/tmp//ccABJzvM.s:31377: Error: no such instruction: `packusdw %xmm1, %xmm1' /var/tmp//ccABJzvM.s:31378: Error: no such instruction: `packusdw %xmm3, %xmm3' /var/tmp//ccABJzvM.s:31379: Error: no such instruction: `packusdw %xmm4, %xmm4' gmake[3]: *** [floatplanarimage-x86.lo] Fehler 1 _______________________________________________ Rawstudio-users mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-users
