Package: gcc-3.3
Version: 1:3.3.3-0pre0
Severity: normal
Tags: patch sid


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux adrien 2.4.23 #4 ven déc 5 17:39:41 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages gcc-3.3 depends on:
ii  binutils                   2.14.90.0.7-3 The GNU assembler, linker and bina
ii  cpp-3.3                    1:3.3.3-0pre0 The GNU C preprocessor
ii  gcc-3.3-base               1:3.3.3-0pre0 The GNU Compiler Collection (base 
ii  libc6                      2.3.2.ds1-10  GNU C Library: Shared libraries an
ii  libgcc1                    1:3.3.3-0pre0 GCC support library

-- no debconf information

I cannot compile a program using xmmintrin.h because the file
emmintrin.h is not present on my system. I applied this patch and it
works :

--- xmmintrin.h 2003-12-20 12:45:51.000000000 +0100
+++ /usr/lib/gcc-lib/i486-linux/3.3.3/include/xmmintrin.h       2003-12-19 
20:44:10.000000000 +0100
@@ -1224,7 +1224,7 @@
 } while (0)
  
 /* For backward source compatibility.  */
-#include <emmintrin.h>
+//#include <emmintrin.h>
  
 #endif /* __SSE__ */
 #endif /* _XMMINTRIN_H_INCLUDED */





Reply via email to