DJ Delorie wrote: > I think this is the "m4 before newlib" bug, so you need the magic > ~/.pcb/settings incantation to disable the m4 library completely: > > lib-contents-command = /bin/true
Thanks. For the archive: In addition to the lib contents-command I had to move the default libraries out of the way. mv /usr/local/share/pcblib-newlib /usr/local/share/pcblib-newlib_not mv /usr/local/share/newlib /usr/local/share/newlib_not I suggest to add an option to gnetlist that makes it ignore the default libraries. A better solution would be to have an exclusive search path with no hidden back-doors. Fall-back to some default introduces can be a source of errors that go unnoticed into production. ---<)kaimartin(>--- -- Kai-Martin Knaak tel: +49-511-762-2895 Universität Hannover, Inst. für Quantenoptik fax: +49-511-762-2211 Welfengarten 1, 30167 Hannover http://www.iqo.uni-hannover.de GPG key: http://pgp.mit.edu:11371/pks/lookup?search=Knaak+kmk&op=get _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

