From oracle-l-bounce@freelists.org  Fri Aug  6 00:59:26 2004
Return-Path: <oracle-l-bounce@freelists.org>
Received: from air189.startdedicated.com (root@localhost)
 by orafaq.com (8.11.6/8.11.6) with ESMTP id i765xQo05365
 for <oracle-l@orafaq.com>; Fri, 6 Aug 2004 00:59:26 -0500
X-ClientAddr: 206.53.239.180
Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180])
 by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i765xPI05360
 for <oracle-l@orafaq.com>; Fri, 6 Aug 2004 00:59:25 -0500
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id E075C72C464; Fri,  6 Aug 2004 00:50:19 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 08893-18; Fri,  6 Aug 2004 00:50:19 -0500 (EST)
Received: from turing (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP
 id 2CF7072C559; Fri,  6 Aug 2004 00:50:19 -0500 (EST)
Received: with ECARTIS (v1.0.0; list oracle-l); Fri, 06 Aug 2004 00:48:54 -0500 (EST)
X-Original-To: oracle-l@freelists.org
Delivered-To: oracle-l@freelists.org
Received: from localhost (localhost [127.0.0.1])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9A5F072C2CB
 for <oracle-l@freelists.org>; Fri,  6 Aug 2004 00:48:53 -0500 (EST)
Received: from turing.freelists.org ([127.0.0.1])
 by localhost (turing [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
 id 08225-32 for <oracle-l@freelists.org>;
 Fri,  6 Aug 2004 00:48:53 -0500 (EST)
Received: from mail.nl.thomascook.com (mail.vrijuit.nl [194.151.31.130])
 by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id DA5D772C0A3
 for <oracle-l@freelists.org>; Fri,  6 Aug 2004 00:48:52 -0500 (EST)
Received: (from root@localhost) by mail.nl.thomascook.com (8.9.3c/8.6.12) id IAA89797 for <oracle-l@freelists.org>; Fri, 6 Aug 2004 08:03:38 +0200 (CEST)
Received: by gate.nl.thomascook.com (TUNIX txp2/smap)
 for <oracle-l@freelists.org> id sma089301; Fri, 6 Aug 04 08:02:42 +0200
Received: by pedro.vrijuit.nl with Internet Mail Service (5.5.2657.72)
 id <QFY7PM0L>; Fri, 6 Aug 2004 08:07:09 +0200
Message-ID: <727A513477946E4380C23DD63C36FCC0F0450E@pedro.vrijuit.nl>
From: Jeroen van Sluisdam <jeroen.van.sluisdam@vrijuit.nl>
To: "'oracle-l@freelists.org'" <oracle-l@freelists.org>
Subject: RE: Perl DBI Question
Date: Fri, 6 Aug 2004 08:07:09 +0200 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-type: text/plain
X-Virus-Scanned: by amavisd-new at freelists.org
Content-Transfer-Encoding: 8bit
X-archive-position: 7030
X-ecartis-version: Ecartis v1.0.0
Sender: oracle-l-bounce@freelists.org
Errors-To: oracle-l-bounce@freelists.org
X-original-sender: jeroen.van.sluisdam@vrijuit.nl
Precedence: normal
Reply-To: oracle-l@freelists.org
X-list: oracle-l
X-Virus-Scanned: by amavisd-new at freelists.org

Hi,

This looks like the wrong compiler usage on HP, you're now using
cc which is the old-style C++ compiler. Probably you will have acc compiler
which is the current modern compiler on your system already. Try
to locate that one, replace or set the cc variable in the makefile to
acc. 

Another option was already mentioned is get gcc compiler onto your system
and change the makefile to use that compiler.

Regards,

Jeroen

-----Oorspronkelijk bericht-----
Van: Vergara, Michael (TEM) [mailto:mvergara@guidant.com] 
Verzonden: Friday, August 06, 2004 12:46 AM
Aan: Oracle-L (E-mail)
Onderwerp: Perl DBI Question


I am a newbie at trying to use Perl.  I wanted to get the DBI/DBD modules
installed on a HP-UX 11i machine, but...well... I'm getting compile errors
from the 'make' step, and I'm not a 'c' programmer, and I have no idea
what's wrong.

Does anybody have either a cookbook on how to install Perl DBI on HP-UX, or
an already-compiled distro of same?  I'm using (ok...pretending to use) Perl
v5.8.2 (from HP) on HP-UX 11i.

Thanks,
Mike

P.S.  This is the last error I got:
[mike@gvdb90 DBI-1.43]# make
        cc -c    -D_POSIX_C_SOURCE=3D199506L -D_REENTRANT -Ae =
-D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE =
-D_FILE_OFFSET_BITS=3D64 -fast +Onolimit +Opromote_indirect_calls =
+DAportable +DS2.0    -DVERSION=3D\"1.43\"  -DXS_VERSION=3D\"1.43\" +Z =
"-I/opt/perl/lib/5.8.2/PA-RISC1.1-thread-multi/CORE"   Perl.c
(Bundled) cc: warning 480: The -A option is available only with the = C/ANSI
C product; ignored.
(Bundled) cc: warning 422: Unknown option "f" ignored.
(Bundled) cc: warning 480: The +Onolimit option is available only with = the
C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Opromote_indirect_calls option is =
available only with the C/ANSI C product; ignored.
(Bundled) cc: warning 480: The +Z option is available only with the = C/ANSI
C product; ignored.
cpp: "/opt/perl/lib/5.8.2/PA-RISC1.1-thread-multi/CORE/perlio.h", line =
108: error 4065: Recursion in macro "PerlIO".
*** Error exit code 1

Stop.
[mike@gvdb90 DBI-1.43]# ls

---
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=

Michael P. Vergara
Oracle DBA
Guidant Corporation
www.guidant.com <http://www.guidant.com/>


----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@freelists.org put
'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@freelists.org
put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------

