Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Problem compiling gdb 6.4 on HP 11.11
@ 2006-07-05 11:17 Jeremy Palmer
  2006-07-05 12:52 ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Jeremy Palmer @ 2006-07-05 11:17 UTC (permalink / raw)
  To: gdb

Hi

Could anyone help me with this problem? I'm trying to build gdb 6.4 on HP 11.11. 

I'm using /opt/ansic/bin/cc

My "make" is from GNU make-3.81. 

As root I am just doing "./configure" followed by "make" in the gdb-6.4 directory.

I keep running into this problem during the compile: 

 
CONFIG_HEADERS=config.h:config.in /bin/sh config.status

config.status: creating Makefile

config.status: error: cannot find input file: glob/Makefile.in

make[2]: *** [stamp-h] Error 1

make[2]: Leaving directory `/netapp/users1/jspalmer/tmp/gdb-6.4/gdb'

make[1]: *** [all-gdb] Error 2

make[1]: Leaving directory `/netapp/users1/jspalmer/tmp/gdb-6.4'

make: *** [all] Error 2

The directory gdb-6.4/gdb/glob is empty. 

Many thanks

Jeremy Palmer



 


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem compiling gdb 6.4 on HP 11.11
  2006-07-05 11:17 Problem compiling gdb 6.4 on HP 11.11 Jeremy Palmer
@ 2006-07-05 12:52 ` Daniel Jacobowitz
  2006-07-05 13:01   ` Jeremy Palmer
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2006-07-05 12:52 UTC (permalink / raw)
  To: Jeremy Palmer; +Cc: gdb

On Wed, Jul 05, 2006 at 12:14:09PM +0100, Jeremy Palmer wrote:
> Hi
> 
> Could anyone help me with this problem? I'm trying to build gdb 6.4 on HP 11.11. 
> 
> I'm using /opt/ansic/bin/cc
> 
> My "make" is from GNU make-3.81. 
> 
> As root I am just doing "./configure" followed by "make" in the gdb-6.4 directory.
> 
> I keep running into this problem during the compile: 
> 
>  
> CONFIG_HEADERS=config.h:config.in /bin/sh config.status
> 
> config.status: creating Makefile
> 
> config.status: error: cannot find input file: glob/Makefile.in

Where did you get this version of GDB?  It only shipped with a glob
subdirectory, and the code to configure it, from 1992 - 1995.  GDB 6.4
is ten years later.

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Problem compiling gdb 6.4 on HP 11.11
  2006-07-05 12:52 ` Daniel Jacobowitz
@ 2006-07-05 13:01   ` Jeremy Palmer
  2006-07-05 13:20     ` Daniel Jacobowitz
  0 siblings, 1 reply; 7+ messages in thread
From: Jeremy Palmer @ 2006-07-05 13:01 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: gdb

Hello David

I downloaded it from here - http://ftp.gnu.org/gnu/gdb/

It's the gdb-6.4.tar.gz file.

Jeremy Palmer
Oracle TimesTen EMEA Technical Support

-----Original Message-----
From: gdb-owner@sourceware.org [mailto:gdb-owner@sourceware.org] On Behalf Of Daniel Jacobowitz
Sent: 05 July 2006 13:52
To: Jeremy Palmer
Cc: gdb@sourceware.org
Subject: Re: Problem compiling gdb 6.4 on HP 11.11

On Wed, Jul 05, 2006 at 12:14:09PM +0100, Jeremy Palmer wrote:
> Hi
>
> Could anyone help me with this problem? I'm trying to build gdb 6.4 on HP 11.11.
>
> I'm using /opt/ansic/bin/cc
>
> My "make" is from GNU make-3.81.
>
> As root I am just doing "./configure" followed by "make" in the gdb-6.4 directory.
>
> I keep running into this problem during the compile:
>
>
> CONFIG_HEADERS=config.h:config.in /bin/sh config.status
>
> config.status: creating Makefile
>
> config.status: error: cannot find input file: glob/Makefile.in

Where did you get this version of GDB?  It only shipped with a glob
subdirectory, and the code to configure it, from 1992 - 1995.  GDB 6.4
is ten years later.

--
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem compiling gdb 6.4 on HP 11.11
  2006-07-05 13:01   ` Jeremy Palmer
@ 2006-07-05 13:20     ` Daniel Jacobowitz
  2006-07-05 14:16       ` Jeremy Palmer
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Jacobowitz @ 2006-07-05 13:20 UTC (permalink / raw)
  To: Jeremy Palmer; +Cc: gdb

On Wed, Jul 05, 2006 at 01:57:34PM +0100, Jeremy Palmer wrote:
> Hello David
> 
> I downloaded it from here - http://ftp.gnu.org/gnu/gdb/
> 
> It's the gdb-6.4.tar.gz file.

I can not find a single reference to a glob subdirectory in that file,
except for an outdated entry in the manual.  Can we see an entire build
log, please?

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: Problem compiling gdb 6.4 on HP 11.11
  2006-07-05 13:20     ` Daniel Jacobowitz
@ 2006-07-05 14:16       ` Jeremy Palmer
  2006-07-05 14:32         ` Daniel Jacobowitz
  2006-07-06 20:38         ` Steve Ellcey
  0 siblings, 2 replies; 7+ messages in thread
From: Jeremy Palmer @ 2006-07-05 14:16 UTC (permalink / raw)
  To: Daniel Jacobowitz; +Cc: gdb

[-- Attachment #1: Type: text/plain, Size: 786 bytes --]

Hello Daniel

Please find attached a file containing the output from configure and make. The file just needs to be renamed from .zipped to .zip. 

Jeremy Palmer
Oracle TimesTen EMEA Technical Support

-----Original Message-----
From: Daniel Jacobowitz [mailto:drow@false.org] 
Sent: 05 July 2006 14:20
To: Jeremy Palmer
Cc: gdb@sourceware.org
Subject: Re: Problem compiling gdb 6.4 on HP 11.11

On Wed, Jul 05, 2006 at 01:57:34PM +0100, Jeremy Palmer wrote:
> Hello David
>
> I downloaded it from here - http://ftp.gnu.org/gnu/gdb/
>
> It's the gdb-6.4.tar.gz file.

I can not find a single reference to a glob subdirectory in that file,
except for an outdated entry in the manual.  Can we see an entire build
log, please?

--
Daniel Jacobowitz
CodeSourcery

[-- Attachment #2: gdb_build.zipped --]
[-- Type: application/octet-stream, Size: 12598 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem compiling gdb 6.4 on HP 11.11
  2006-07-05 14:16       ` Jeremy Palmer
@ 2006-07-05 14:32         ` Daniel Jacobowitz
  2006-07-06 20:38         ` Steve Ellcey
  1 sibling, 0 replies; 7+ messages in thread
From: Daniel Jacobowitz @ 2006-07-05 14:32 UTC (permalink / raw)
  To: Jeremy Palmer; +Cc: gdb

On Wed, Jul 05, 2006 at 03:12:48PM +0100, Jeremy Palmer wrote:
> Hello Daniel
> 
> Please find attached a file containing the output from configure and
> make. The file just needs to be renamed from .zipped to .zip.

I'm stumped.  You might want to check the output of "env" for
suspicious entries mentioning glob.  GDB's configure script shouldn't
have any way to do this.

-- 
Daniel Jacobowitz
CodeSourcery


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problem compiling gdb 6.4 on HP 11.11
  2006-07-05 14:16       ` Jeremy Palmer
  2006-07-05 14:32         ` Daniel Jacobowitz
@ 2006-07-06 20:38         ` Steve Ellcey
  1 sibling, 0 replies; 7+ messages in thread
From: Steve Ellcey @ 2006-07-06 20:38 UTC (permalink / raw)
  To: jeremy.palmer; +Cc: gdb

Jeremy,

I tried building gdb 6.4 on HP 11.11 with the HP compiler and it failed
but not with the same error message you got.  Mine died with:

cc: "../../gdb-6.4/gdb/hppa-hpux-tdep.c", line 1933: error 1610: Attempting to return value from function of type void.

I was able to build it with GCC with no problems.

gdb 6.5 has been released now, I don't know if that would work better
with HP C or not.  I didn't try it.

Steve Ellcey
sje@cup.hp.com


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2006-07-06 20:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-05 11:17 Problem compiling gdb 6.4 on HP 11.11 Jeremy Palmer
2006-07-05 12:52 ` Daniel Jacobowitz
2006-07-05 13:01   ` Jeremy Palmer
2006-07-05 13:20     ` Daniel Jacobowitz
2006-07-05 14:16       ` Jeremy Palmer
2006-07-05 14:32         ` Daniel Jacobowitz
2006-07-06 20:38         ` Steve Ellcey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox