[Orca-users] Re: installing orca
Blair Zajac
blair at orcaware.com
Thu May 9 13:34:10 PDT 2002
Which Perl are you using? If you're using Sun's builtin Perl, it's not
the best Perl you can use since it won't use gcc.
I would try downloading the ActiveState pre-built binary for Solaris at
http://www.activestate.com/Products/Download/Get.plex?id=ActivePerl
and use this. It's the latest Perl and should work fine with gcc on
your system.
Best,
Blair
> Brett Lanham wrote:
>
> I'm trying to install orca and am seeing the following while running 'make modules_install'
>
> ---------------make modules_install------------------------------------------------
> make[2]: Entering directory `/export/home/blanham/orca-0.27b2/packages/Digest-MD5-2.16'
> cc -c -g -O2 -DVERSION=\"2.16\" -DXS_VERSION=\"2.16\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DU32_ALIGNMENT_REQUIRED MD5.c
>
> /usr/ucb/cc: language optional software package not installed
> make[2]: *** [MD5.o] Error 1
> make[2]: Leaving directory `/export/home/blanham/orca-0.27b2/packages/Digest-MD5-2.16'
> make[1]: *** [install_perl_digest_md5] Error 2
> make[1]: Leaving directory `/export/home/blanham/orca-0.27b2/packages'
> make: *** [install_modules] Error 2
> ------------------------------------------------------------------------------------
>
> I've already installed gcc after I ran into problems during the configure script the first time. The configure script griped earlier about cc not being able to generate executables. What supporting package do I need to install for cc?
>
> After getting make and gcc installed I have run back through the install and now I get to make test_modules and I get basically the same thing:
>
> -------------------------------------------------------------------
> $ make test_modules
> cd packages && make CFLAGS="-g -O2" test_modules
> make[1]: Entering directory `/export/home/blanham/orca-0.27b2/packages'
> cd Digest-MD5-2.16 && make OPTIMIZE="-g -O2" test
> make[2]: Entering directory `/export/home/blanham/orca-0.27b2/packages/Digest-MD5-2.16'
> cc -c -g -O2 -DVERSION=\"2.16\" -DXS_VERSION=\"2.16\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -DU32_ALIGNMENT_REQUIRED MD5.c
>
> /usr/ucb/cc: language optional software package not installed
> make[2]: *** [MD5.o] Error 1
> make[2]: Leaving directory `/export/home/blanham/orca-0.27b2/packages/Digest-MD5-2.16'
> make[1]: *** [test_digest_md5] Error 2
> make[1]: Leaving directory `/export/home/blanham/orca-0.27b2/packages'
> make: *** [test_modules] Error 2
> --------------------------------------------------------------------
>
> here is also what I believe to be the pertinent part of the configure output:
>
> -----------Begin configure output-----------------------------
> checking build system type... sparc-sun-solaris2.8
> checking host system type... sparc-sun-solaris2.8
> checking target system type... sparc-sun-solaris2.8
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for executable suffix...
> checking for object suffix... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking whether make sets ${MAKE}... yes
> ----------------------------------------------------------------
>
> Brett Lanham
> System Operations Analyst
> Cleartrack Information Network, Inc.
> 5301 Virginia Way Suite 110
> Brentwood, TN 37027
> 615.377.4413 (phone)
> www.cleartrack.com
More information about the Orca-users
mailing list