itchybrownrobe has asked for the wisdom of the Perl Monks concerning the following question:
The GNU compiler collection *is* in my path. I have successfully installed the Class::Date module in *MY* own directory (~/lib/...). I ran the xs portion first then did the make (Makefile.PL, make, make test, make install). I have read the moduale tutorials here as well as perlxstut, perlguts, perlxs and some various pages on the web.
I want to use this mod to make a calendar and scheduling script to attach to a physical room so it can be scheduled from the web by prospective users. It seems to me the functions in the Class::Date mod are more robust than the other options I've looked at.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: "xs part" error w/a non-std lib location
by Thelonius (Priest) on Mar 19, 2004 at 19:52 UTC |