As Thomas Weinhold wrote: > g++ -g -O2 -o avarice crc16.o devdescr.o ioreg.o jtag2bp.o jtag2io.o > jtag2misc.o jtag2prog.o jtag2run.o jtag2rw.o jtag2usb.o jtagbp.o > jtaggeneric.o jtagio.o jtagmisc.o jtagprog.o jtagrun.o jtagrw.o main.o > remote.o utils.o gnu_getopt.o gnu_getopt1.o -lusb -lbfd -liberty -lz > /usr/lib64/gcc/x86_64-suse-linux/4.5/../../../../lib64/libbfd.a(plugin.o): > In function `try_load_plugin': > /usr/src/packages/BUILD/binutils-2.21/build-dir/bfd/../../bfd/plugin.c:132: > undefined reference to `dlopen'
Hmpf. I wish that dreadful libdl.a wouldn't have existed in the first place. I don't see the point why to put these functions into another library rather than libc itself. Anyway, as your system is now plagued with that, I'm afraid we have to implement some autoconf magic to detect this requirement. Please open a formal bug report for this on sourceforge.net, so this won't be forgotten. As I understand, you already found a workaround to manually edit the LIBS macro in your resulting Makefile, so I hope that's currently not a show-stopper to you anymore. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) ------------------------------------------------------------------------------ BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA Learn about the latest advances in developing for the BlackBerry® mobile platform with sessions, labs & more. See new tools and technologies. Register for BlackBerry® DevCon today! http://p.sf.net/sfu/rim-devcon-copy1 _______________________________________________ avarice-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/avarice-user
