This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: new lib XTrap & fontenc


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]