Recompile CINT?

From: Christoph Borgmeier (borg@mail.desy.de)
Date: Mon May 11 1998 - 20:40:48 MEST


Dear Root developers,

this mail seems a bit special, so I do not send it to roottalk. If you
have a comment, which might interest also others, please send it to
roottalk. 

I just tried to do many typedefs in a ROOT macro and ran over MAXTYPEDEF
of cint (~1800 in my Linux version). CINT suggests to recompile it with a
changed MAXTYPEDEF in G__c.h. 

So I copied the CINT_* and *.h files from the ROOT sources (excluding
certain files which seemed to special for other platforms, and resulted in
duplicate symbols) and did

gcc -c -fPIC -O2 -Wall -I. -I${ROOTSYS}/include -DG__ROOT *.cxx *.c g++
-Wl,-soname,libCint.so -shared *.o -o libCint.so

The result (put before $ROOTSYS in LD_LIBRARY_PATH) works well with
rootcint (the error message above has disappeared and the dictionary file
is ok), and root.exe, too, loads the long macro. But now it does not want
to load an additional library any more and says "Error: Bad source file
..." 

Apparently I missed certain compiler options. Can I get a list somewhere? 

Thank you
Christoph



--
 Christoph Borgmeier    Mail:  DESY -F15-, Notkestr. 85, 22607 Hamburg
 Humboldt Univ Berlin   Phone: +49 40 8998 4850
                        Email: Christoph.Borgmeier@desy.de



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:34:32 MET