How do I debug Inline::C trying to call a library routine?

2012-03-14 Thread Chloe
This is my sample Perl program, and I'm trying to call a library routine. I think it should work, but don't know how to debug what it is doing in the background or where it is failing. It is not providing any error messages that are useful. I don't see any options to turn on verbose or

[rt.cpan.org #75664] Fails 09parser test in Cygwin with *** fatal error

2012-03-14 Thread Sisyphus via RT
Wed Mar 14 04:13:11 2012: Request 75664 was acted upon. Transaction: Correspondence added by SISYPHUS Queue: Inline Subject: Fails 09parser test in Cygwin with *** fatal error Broken in: 0.50 Severity: Important Owner: Nobody Requestors: starrych...@oliveyou.net

Re: How do I debug Inline::C trying to call a library routine?

2012-03-14 Thread Sisyphus
- Original Message - From: Chloe use Inline C = Config = ENABLE = AUTOWRAP = LIBS = '-L/usr/local/lib -lgretl' = INC = '-I/home/Chloe/gretl-1.9.7/lib/src'; libgretl_init(); __END__ __C__ #include libgretl.h #include gretl_utils.h These are the files generated, but I don't see