Here's a bit of system info:
Perl info:
-bash-3.1# perl -e 'for my $i ( @INC ) { print $i . "\n"; }';
/opt/lib/perl5/5.8.8/armv5b-linux
/opt/lib/perl5/5.8.8
/opt/lib/perl5/site_perl/5.8.8/armv5b-linux
/opt/lib/perl5/site_perl/5.8.8
/opt/lib/perl5/site_perl
I modified the Makefile like so:
LIBDIR = /opt/lib/perl5/site_perl
Then when I run "make install" I get this:
-bash-3.1# make install
install -d /etc/gnump3d
make: install: Command not found
make: *** [install] Error 127
_______________________________________________ Gnump3d-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnump3d-users
