|
|
sybperl-l Archive
Up Prev Next
From: "Scott Zetlan" <scottzetlan at aol dot com>
Subject: RE: Im installing sybperl 2.14, (I have ASE 11.9.2 Installed on
the box ) on ultra sparc solaris 2.51v
Date: Apr 17 2002 8:06PM
For some reason, the Sun-delivered compiler package (/usr/ccs/bin/cc, as,
etc.) doesn't seem to work well, not just with Sybperl, but with a number of
different packages. I suggest using gcc instead (I've had success with
2.95.3 and 3.0.4). I think you also need to use the same compiler that was
used to create your perl executable.
Scott
-----Original Message-----
From: owner-SYBPERL-L@list.cren.net
[mailto:owner-SYBPERL-L@list.cren.net]On Behalf Of mcooperman@bear.com
Sent: Wednesday, April 17, 2002 3:48 PM
To: SybPerl Discussion List
Subject: RE: Im installing sybperl 2.14, (I have ASE 11.9.2 Installed on
the box ) on ultra sparc solaris 2.51v
Request error: class file/memory mismatch - THIS IS A HARMLESS SIDE EFFECT
OF THE 'strings' PROGRAM run to determine the version of OpenClient you
have.
As you can see: "Sybase OpenClient 11.1.1 found" - it worked. I don't know
why it produces this message on STDERR.
The other errors are the problem. I can't speak for a solution to those.
Marc
-----Original Message-----
From: Daya Pagidi [mailto:DPagidi@niaid.nih.gov]
Sent: Wednesday, April 17, 2002 3:19 PM
To: SybPerl Discussion List
Subject:
Im installing sybperl 2.14, (I have ASE 11.9.2 Installed on the box ) on
ultra sparc solaris 2.51v
# perl Makefile.PL
Request error: class file/memory mismatch
Sybase OpenClient 11.1.1 found.
Checking if your kit is complete...
Looks good
Request error: class file/memory mismatch <----- ?
Sybase OpenClient 11.1.1 found.
Checking if your kit is complete...
Looks good
Writing Makefile for Sybase::BCP
Request error: class file/memory mismatch
Sybase OpenClient 11.1.1 found.
Checking if your kit is complete...
Looks good
Writing Makefile for Sybase::BLK
Request error: class file/memory mismatch
Sybase OpenClient 11.1.1 found.
Request error: class file/memory mismatch
Sybase OpenClient 11.1.1 found.
Writing Makefile for Sybase::DBlib
Request error: class file/memory mismatch
Sybase OpenClient 11.1.1 found.
Writing Makefile for Sybase::Sybperl
Writing Makefile for Sybase
Also getting these errors when i run make
usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 234: error: unknown opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 234: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 246: error: unknown opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 246: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 750: error: unknown opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 750: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 762: error: unknown opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 762: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 9028: error: unknown opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 9028: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 9062: error: unknown opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 9062: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 14424: error: unknown
opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 14424: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 14516: error: unknown
opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 14516: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 15487: error: unknown
opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 15487: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 15579: error: unknown
opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 15579: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 27676: error: unknown
opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 27676: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 27767: error: unknown
opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 27767: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 28473: error: unknown
opcode
".subsection"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 28473: error: statement
syntax
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 28564: error: unknown
opcode
".previous"
/usr/ccs/bin/as: "/var/tmp/ccLPGzXZ.s", line 28564: error: statement
syntax
*** Error code 1
make: Fatal error: Command failed for target `DBlib.o'
Current working directory /tmp/sybperl-2.14/DBlib
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
how can i fix it.
thanks
|