in reply to Re: Unable to find ".al" file error
in thread Unable to find ".al" file error
Steps till I ran into this problem
- I ran swig and generated a .pm file
- Modified my existing C API's build (Makefile) to compile the sources + the _wrap.c file generated by swig into a shared lib.
- Created a simple perl script with "use <mymodule>" and then invoked one API.
I did not use MakeMaker or ModuleMaker etc.
After I read about AutoLoader, AutoSplit, I wentahead and ran autosplit_list_modules on my module's .pm file. I see the lib/auto directories created, but no .al files are until the auto/ directory. Still debugging..any pointers will be helpful.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Unable to find ".al" file error
by Anonymous Monk on Oct 11, 2009 at 07:36 UTC | |
by perlmonk1729 (Acolyte) on Oct 11, 2009 at 07:49 UTC | |
by syphilis (Archbishop) on Oct 11, 2009 at 08:14 UTC | |
by perlmonk1729 (Acolyte) on Oct 11, 2009 at 08:03 UTC |