Randy W. Sims <[EMAIL PROTECTED]> writes: >On 02/22/04 23:16, xern wrote: >> Hi, >> I'm building a wrapper for some C++ module. Things goes fine until >> this happens. Could anyone help me out? I had no experience with >> binding XS and C++ together before. >> >> Thanks >> >> g++ -L/usr/local/lib lib.o /usr/lib/perl/5.8.2/CORE/EXTERN.h >> /usr/lib/perl/5.8.2/CORE/INTERN.h /usr/lib/perl/5.8.2/CORE/XSUB.h > >Hmm, this is obviously wrong. Header files should not be passed to gcc >like this. Can we see your Makefile.PL?
And seeing as that looks okay - can we see the Makefile ? (Makefile will also tell use which verion of MakeMaker is being used.) > >Randy.