Ethereal-dev: [Ethereal-dev] Can't build from SVN

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Steve Schaeffer <Steven.Schaeffer@xxxxxxx>
Date: Mon, 05 Dec 2005 22:31:42 +0000
For a couple of weeks now I've not been able to build from the code
repository, even after a 'make distclean'. It always fails with:

wiretap/.libs/libwiretap.so: undefined reference to `iseries_open'
collect2: ld returned 1 exit status

Since the FC4 buildbot isn't having the same problem it probably has
something to do with my environment:

uname -r
2.6.14-1.1644_FC4smp

gcc -v
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile
--enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--host=x86_64-redhat-linux
Thread model: posix
gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)

Thanks