Package: aime
Version: 0.60.3-7
Followup-For: Bug #334124

The '\n' patch is only part of the problem.  On IA64 with g++ 4.0.2 it
still fails to build with a whole lot of  "undefined reference to
`btree<Entity>::reset_current()'" type errors in the final link.

As far as I can see it seem to be a problem similar to

http://lists.gnu.org/archive/html/bug-gplusplus/2001-02/msg00003.html

Building with g++-4 without the -frepo flag works, or otherwise forcing
the build to use an older g++

--- configure.in        2005-10-24 11:02:44.000000000 +1000
+++ configure.in.old    2005-10-24 11:02:35.000000000 +1000
@@ -6,7 +6,7 @@
 AM_CONFIG_HEADER(include/autoconfig.h)

 CFLAGS="-g"
-CXXFLAGS="-g"
+CXXFLAGS="-g -frepo"

 dnl Checks for type of system
 AC_CYGWIN

-i


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: ia64
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-rc4-gbb7e257e
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to