Re: Makefile.PL

2008-08-23 Thread Patrick Dupre
On Sun, 24 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: It is a bit more complex. I am a perl routine calling a Cpp routine, I wrote the xs to interface the call. I wrote the methods (in Cpp) for the Cpp class. In fact I need to use a Minuit2 class. One needs to call a function with is wri

Re: Makefile.PL

2008-08-23 Thread Rob Dixon
Patrick Dupre wrote: > > It is a bit more complex. > > I am a perl routine calling a Cpp routine, > I wrote the xs to interface the call. > I wrote the methods (in Cpp) for the Cpp class. > In fact I need to use a Minuit2 class. > One needs to call a function with is written in perl (I had no dou

Re: Makefile.PL

2008-08-23 Thread Patrick Dupre
How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is a program written using ExtUtils::MakeMaker to generate a makefile for building a Perl /extension/ module. ExtUtils::Embed is a module that will gene

Re: Makefile.PL

2008-08-22 Thread Rob Dixon
Patrick Dupre wrote: >> Patrick Dupre wrote: >>> On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: > > How can I modify my Makefile.PL to have a Makefile which can make > cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` > > Thank Makefile.PL is a

Re: Makefile.PL

2008-08-22 Thread Patrick Dupre
Hello Bob, So, you do not have any solution for me ? Regards. Patrick Dupre wrote: On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is

Re: Makefile.PL

2008-08-22 Thread Patrick Dupre
On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is a program written using Ext

Re: Makefile.PL

2008-08-22 Thread Rob Dixon
Patrick Dupre wrote: > On Fri, 22 Aug 2008, Rob Dixon wrote: > >> Patrick Dupre wrote: >>> How can I modify my Makefile.PL to have a Makefile which can make >>> cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` >>> >>> Thank >> Makefile.PL is a program written using ExtUtils::MakeMaker to

Re: Makefile.PL

2008-08-22 Thread Patrick Dupre
On Fri, 22 Aug 2008, Rob Dixon wrote: Patrick Dupre wrote: How can I modify my Makefile.PL to have a Makefile which can make cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` Thank Makefile.PL is a program written using ExtUtils::MakeMaker to generate a makefile for building a Perl

Re: Makefile.PL

2008-08-22 Thread Rob Dixon
Patrick Dupre wrote: > > How can I modify my Makefile.PL to have a Makefile which can make > cc -o test.o -c test.c `perl -MExtUtils::Embed -e ccopts` > > Thank Makefile.PL is a program written using ExtUtils::MakeMaker to generate a makefile for building a Perl /extension/ module. ExtUtils::Em

Re: Makefile.pl, now what?

2002-05-20 Thread Eric Beaudoin
At 21:45 2002.05.19, Tim Musson wrote: >Hey Eric, > >My MUA believes you used QUALCOMM Windows Eudora Version 5.1 >to write the following on Sunday, May 19, 2002 at 9:09:31 PM. > >EB> To install CPAN modules on a W32 PC, you need to get a copy of >EB> nmake

Re: Makefile.pl, now what?

2002-05-19 Thread Tim Musson
Hey Eric, My MUA believes you used QUALCOMM Windows Eudora Version 5.1 to write the following on Sunday, May 19, 2002 at 9:09:31 PM. EB> To install CPAN modules on a W32 PC, you need to get a copy of EB> nmake . EB> Then, all you have to do

Re: Makefile.pl, now what?

2002-05-19 Thread Eric Beaudoin
At 19:53 2002.05.19, Tim Musson wrote: >I just grabbed a a module from CPAN (Pod-PalmDoc-0.0.2.tar.gz) and ran >the 'Makefile.pl' code. It generated 'Makefile' now what? > >I am running ActiveState on Win32. No C complier, but I don't see why >I would need one (it is only one .pm file, and belong