On 01/ 7/12 03:32 PM, Paul Gress wrote:
OK, I decided to take a stab at compiling OO on Solaris 11 with SolarisStudio
12.3.
It stops short in configure at dmake:
.
.
.
checking for dmake... checking for dmake... /opt/solarisstudio12.3/bin/dmake
using system dmake
checking whether the found dmake is the right dmake... configure: WARNING: no
configure: error: please use --with-dmake-path or --with-dmake-url to specify
dmake executable or source
bash-4.1$
There is only one dmake on my system. Where is the proper one located?
Thanks,
Paul
Going slowly but surely. Got dmake at
"http://tools.openoffice.org/dmake/dmake_4.11.zip" compiled it and installed
it. Now the next show stopper.
New configure error:
.
.
.
checking for perl... /usr/bin/perl
checking the Perl version... checked (perl 5)
checking for required Perl modules... Can't locate Archive/Zip.pm in @INC (@INC
contains: /usr/perl5/site_perl/5.12/i86pc-solaris-64int
/usr/perl5/site_perl/5.12 /usr/perl5/vendor_perl/5.12/i86pc-solaris-64int
/usr/perl5/vendor_perl/5.12 /usr/perl5/5.12/lib/i86pc-solaris-64int
/usr/perl5/5.12/lib .) at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
configure: error: Failed to find some modules
bash-4.1$
Any ideas on this?