Package: flex Version: 2.5.33-9 Severity: important Tags: patch An extra ';' at the end of the INPUT line makes Intel C++ Compiler versions 9.0.027 and newer stop in the linking phase with the error
IPO link: can not find ");" Versions 9.0.024 and earlier links, but display the warning IPO Link: Badly formed INPUT command. The patch below (removing the ';') enables icc to link. Since no of the others ld scripts on my system (libc.so and libpthread.so) have ';' at end of line, I assume the ';' really shouldn't be there. --- /tmp/libfl.so 2006-10-13 11:05:52.000000000 +0200 +++ /usr/lib/libfl.so 2006-10-13 11:15:01.000000000 +0200 @@ -19,5 +19,5 @@ * arch-tag: ce35efb4-3893-42c7-bdcb-56d95beba2ac */ -INPUT( /usr/lib/libfl_pic.a ); +INPUT( /usr/lib/libfl_pic.a ) -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (200, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.18-rc3 Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Versions of packages flex depends on: ii debconf [debconf-2.0] 1.5.6 Debian configuration management sy ii libc6 2.3.6.ds1-6 GNU C Library: Shared libraries ii m4 1.4.7-1 a macro processing language Versions of packages flex recommends: ii gcc [c-compiler] 4:4.1.1-11 The GNU C compiler ii gcc-3.2 [c-compiler] 1:3.2.3-9 The GNU C compiler ii gcc-3.3 [c-compiler] 1:3.3.6-13 The GNU C compiler ii gcc-3.4 [c-compiler] 3.4.6-4 The GNU C compiler ii gcc-4.0 [c-compiler] 4.0.3-7 The GNU C compiler ii gcc-4.1 [c-compiler] 4.1.1-16 The GNU C compiler -- debconf information: flex/upgrade/pre_2.5.5: false -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

