new lib XTrap & fontenc

Alexander Gottwald alexander.gottwald@informatik.tu-chemnitz.de
Wed Nov 14 08:16:00 GMT 2001


On Wed, 14 Nov 2001, Alan Hourihane wrote:

> > We had this small script, which grabbed the symbols from the library.
> > I think this will at least give a good base to work on. Is this still
> > in CVS?
> > 
> I don't remember committing any script to auto-generate the cpp files.
>
> Are you sure your not getting confused with the auto-generated .def
> files that come from the .cpp files ?

Actually i meant a Imakefile rule, which tried to generate the .def file
from the symbols exported by the library. It seems that this never made 
it into xfree-cvs. 

The following commands should print the exported symbols for the dll.
nm --demangle --defined-only *.o | sed -n 's/^.* [A-Z] //p' | \
        sed '/^typeinfo name\|^typeinfo for\|^vtable for\|^constrution \
        vtable for\|^VTT\|:\|)/ d'

For details check the thread starting with
<http://sources.redhat.com/ml/cygwin-xfree/2001-q3/msg00444.html>

bye
	ago
-- 
 Alexander.Gottwald@informatik.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723
 phone: +49 3725 349 80 80	mobile: +49 172 7854017



More information about the Cygwin-xfree mailing list