Re: inline c++ in perl.....error in executable ALONE.

2006-10-31 Thread Sisyphus
- Original Message - From: "Karthika Arunkumar" <[EMAIL PROTECTED]> . . > > 2) To grab the XS file and do the changes and place a Makefile.pl alongside > the .pm file > , or, > while using inline::C2XS > Pls can you let me know how to proceed writing a makefile (can I use the > makefile

Re: inline c++ in perl.....error in executable ALONE.

2006-10-30 Thread Karthika Arunkumar
Hi, Thanks a lot ... In the two workarounds you provided I tried one. 1) I tried placing the _Inline/lib/auto/test folder alongside the executable(a.out since I am doin on Linux) and ran the a.out..But too my inline subroutines are reflected as "undefined subroutine" in my executable. Is it a mus

Re: inline c++ in perl.....error in executable ALONE.

2006-10-25 Thread Karthika Arunkumar
Seperate perl module of inline code also doeant work out..pls come up if something strikes.thanks. On 10/25/06, Karthika Arunkumar <[EMAIL PROTECTED]> wrote: Thanks a lot.But it still says Tk::Error: Undefined subroutine &chkthrd::stp called at pg4.pm line 97. I will try creating a seperate per

Re: inline c++ in perl.....error in executable ALONE.

2006-10-25 Thread Karthika Arunkumar
Thanks a lot.But it still says Tk::Error: Undefined subroutine &chkthrd::stp called at pg4.pm line 97. I will try creating a seperate perl module of the inline code. --kararu. On 10/25/06, Sisyphus <[EMAIL PROTECTED]> wrote: - Original Message - From: "Karthika Arunkumar" <[EMAIL PROT

Re: inline c++ in perl.....error in executable ALONE.

2006-10-25 Thread Sisyphus
- Original Message - From: "Karthika Arunkumar" <[EMAIL PROTECTED]> To: Sent: Thursday, October 26, 2006 10:27 AM Subject: inline c++ in perl.error in executable ALONE. > HI all, > In linux I converted my perl program(inline c++) to executable with PAR pp. > when running my .pl ev