Skip Menu |
 

Download (untitled) / with headers
text/plain 1.6KiB
From sommerfeld@apollo.hp.com Fri Oct 3 17:27:00 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA15783 for <bugs@RT-11.MIT.EDU>; Fri, 3 Oct 1997 17:26:59 -0400
Received: from amway.ch.apollo.hp.com by MIT.EDU with SMTP
id AA03015; Fri, 3 Oct 97 17:26:57 EDT
Received: from snarfblatt.ch.apollo.hp.com by amway.ch.apollo.hp.com id <AA07097@amway.ch.apollo.hp.com> Fri, 3 Oct 1997 17:26:51 -0400
Received: by snarfblatt.ch.apollo.hp.com id <AA115894010@snarfblatt.ch.apollo.hp.com>; Fri, 3 Oct 1997 17:26:50 -0400
Message-Id: <9710032126.AA03015@MIT.EDU>
Date: Fri, 3 Oct 1997 17:26:50 -0400
From: sommerfeld@apollo.hp.com
Reply-To: sommerfeld@apollo.hp.com
To: krb5-bugs@MIT.EDU
Cc: tlyu@MIT.EDU
Subject: shared lib build with gcc on hpux go boom
X-Send-Pr-Version: 3.99

Show quoted text
>Number: 477
>Category: krb5-build
>Synopsis: shared lib build with gcc on hpux go boom
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: tlyu
>State: open
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Fri Oct 03 17:28:00 EDT 1997
>Last-Modified:
>Originator: Bill Sommerfeld
>Organization:
none worth mentioning
Show quoted text
>Release: 1.0pl1
>Environment:

System: HP-UX blatt B.10.01 A 9000/712 2010593751 two-user license


Show quoted text
>Description:
build system seems to think that +z is the compiler switch to
build PIC code for both c89/cc and gcc.

gcc takes -fpic on hpux just like it does on every other platform.

this bug reportedly also exists on aix.

Show quoted text
>How-To-Repeat:
CC=gcc ./configure --enable-shared
make

Show quoted text
>Fix:
not yet determined.

Show quoted text
>Audit-Trail:
>Unformatted:
Subject: shared lib build with gcc on hpux go boom
shlib config code changed to use -fPIC for gcc on hpux long ago.
Looks like no special flags are used on AIX except for -blibpath passed
to linker, and that's set up to check for gcc also.
Subject: shared lib build with gcc on hpux go boom
[raeburn - Thu Jan 30 17:46:11 2003]:

Show quoted text
> shlib config code changed to use -fPIC for gcc on hpux long ago.

Okay, not so long ago, January 2002 on trunk, December 2001 on 1.2.x
branch.