/usr/lib/libbfd.a(cache.o): In function `bfd_open_file': undefined reference to `unlink_if_ordinary'
collect2: ld returned 1 exit status
make: *** [binary/skyeye] Error 1
在Fedora5里没有binutils-dev RPM包啊。
# gcc -v
Reading specs from /opt/gcc-3.4.2/lib/gcc/i686-pc-linux-gnu/3.4.2/specs
Configured with: ./configure --prefix=/opt/gcc-3.4.2
Thread model: posix
gcc version 3.4.2
I have not test it in FC5. SkyEye-1.2 should be compiled under Suse 10.2 and Cygwin environment. It seems some library is absent. I tried to google it ,but no useful infomation is found. Probably you need download binutils source package ,and build it , install it.