[quoted lines by Siju Samuel on 2013/10/02 at 17:14 -0500] >1. ./configure --with-braille-driver=fs > >*Error for 1.* >====================================================================== > >c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: >warning: --export-dynamic is not supported for PE targets, >did you mean --export-all-symbols?
This is just a warning, but it's also been fixed in a later update. >brl.o: In function `identifyBrailleDrivers': >c:\brltty-4.5\Programs/./brl.c:102: undefined reference to `brl_driver_al' ... These errors are probably because you may not have done a "make clean" before configuring. Actually, "make clean" is meant for when you want to do a full make again. If you want to reconfigure then you should really be doing "make distclean". -- Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of God. Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ EMail: [email protected] | Canada K2A 1H7 | http://FamilyRadio.com/ _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
