public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC-Compiler
@ 1999-11-09 14:29 WNagel
  1999-11-09 15:08 ` GCC-Compiler Jim Lemon
  1999-11-30 23:28 ` GCC-Compiler WNagel
  0 siblings, 2 replies; 4+ messages in thread
From: WNagel @ 1999-11-09 14:29 UTC (permalink / raw)
  To: gnu

Hallo,
I have a problem with the GCC-Compiler on Sun-Solaris 2.6 and gcc 2.8.1:

after
#include <sys/time.h>

the structur- description:
timeval
 from time.h
is not found.

with regards

Werner Nagel


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

* Re: GCC-Compiler
  1999-11-09 14:29 GCC-Compiler WNagel
@ 1999-11-09 15:08 ` Jim Lemon
  1999-11-30 23:28   ` GCC-Compiler Jim Lemon
  1999-11-30 23:28 ` GCC-Compiler WNagel
  1 sibling, 1 reply; 4+ messages in thread
From: Jim Lemon @ 1999-11-09 15:08 UTC (permalink / raw)
  To: WNagel, help-gcc

WNagel@MAIL.VOKO.DE wrote:
> 
> Hallo,
> I have a problem with the GCC-Compiler on Sun-Solaris 2.6 and gcc 2.8.1:
> 
> after
> #include <sys/time.h>
> 
> the structur- description:
> timeval
>  from time.h
> is not found.
> 
> with regards
> 
> Werner Nagel

May be specific to your installation, but I found that under Linux:

#include <time.h>

bombs in the way you describe, but:

#include <sys/time.h>

works okay (different header files, of course)  Is it possible that the
wrong 'time.h' is in sys/?

Just a guess.

Jim

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

* Re: GCC-Compiler
  1999-11-09 15:08 ` GCC-Compiler Jim Lemon
@ 1999-11-30 23:28   ` Jim Lemon
  0 siblings, 0 replies; 4+ messages in thread
From: Jim Lemon @ 1999-11-30 23:28 UTC (permalink / raw)
  To: WNagel, help-gcc

WNagel@MAIL.VOKO.DE wrote:
> 
> Hallo,
> I have a problem with the GCC-Compiler on Sun-Solaris 2.6 and gcc 2.8.1:
> 
> after
> #include <sys/time.h>
> 
> the structur- description:
> timeval
>  from time.h
> is not found.
> 
> with regards
> 
> Werner Nagel

May be specific to your installation, but I found that under Linux:

#include <time.h>

bombs in the way you describe, but:

#include <sys/time.h>

works okay (different header files, of course)  Is it possible that the
wrong 'time.h' is in sys/?

Just a guess.

Jim

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

* GCC-Compiler
  1999-11-09 14:29 GCC-Compiler WNagel
  1999-11-09 15:08 ` GCC-Compiler Jim Lemon
@ 1999-11-30 23:28 ` WNagel
  1 sibling, 0 replies; 4+ messages in thread
From: WNagel @ 1999-11-30 23:28 UTC (permalink / raw)
  To: gnu

Hallo,
I have a problem with the GCC-Compiler on Sun-Solaris 2.6 and gcc 2.8.1:

after
#include <sys/time.h>

the structur- description:
timeval
 from time.h
is not found.

with regards

Werner Nagel


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

end of thread, other threads:[~1999-11-30 23:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-09 14:29 GCC-Compiler WNagel
1999-11-09 15:08 ` GCC-Compiler Jim Lemon
1999-11-30 23:28   ` GCC-Compiler Jim Lemon
1999-11-30 23:28 ` GCC-Compiler WNagel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).