Hi, I am trying to build xerce-c++ 3.1.1 on a Linux system with gcc 4.1.2. I noticed that a binary is not availble for gcc 4. However, during the link stage I get the following errors: #### /usr/bin/sed: can't read /usr/lib64/libidn.la: No such file or directory libtool: link: `/usr/lib64/libidn.la' is not a valid libtool archive make[4]: *** [libxerces-c.la] Error 1 #### Then, I downloaded libidn-1.19 and built the package and included the location of the library in my LD_LIBRARY_PATH env variable. However, when I try building xerces package, I still get the same error. Any advice on how to fix this problem will be greatly appreciated. Udaya
