public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* gperf F option?
@ 1999-08-31  9:19 korbb
  1999-08-31  9:24 ` Brian Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: korbb @ 1999-08-31  9:19 UTC (permalink / raw)
  To: gcc, gcc-bugs, autogen

While building gcc (egcs):

[[...]]
ln cccp cpp
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
   -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
gperf: invalid option -- F
Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
Try `gperf --help' for more information.
make[1]: *** [../../egcs/gcc/c-gperf.h] Error 1
make[1]: Leaving directory `/home/bkorb/tools/egcs/main/=build/gcc'
make: *** [all-gcc] Error 2
/home/bkorb/tools/egcs/main/=build
$ gperf --version
GNU gperf 2.7

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

* Re: gperf F option?
  1999-08-31  9:19 gperf F option? korbb
@ 1999-08-31  9:24 ` Brian Ford
  1999-08-31 23:20   ` Brian Ford
  2000-05-26 17:44   ` David O'Brien
  1999-08-31  9:42 ` David Edelsohn
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 18+ messages in thread
From: Brian Ford @ 1999-08-31  9:24 UTC (permalink / raw)
  To: Bruce Korb; +Cc: gcc

On Tue, 31 Aug 1999 korbb@egcs.cygnus.com wrote:

> While building gcc (egcs):
> 
> [[...]]
> gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
>    -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
> gperf: invalid option -- F
> Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
> Try `gperf --help' for more information.
> $ gperf --version
> GNU gperf 2.7
> 

http://egcs.cygnus.com/faq.html#gperf

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

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

* Re: gperf F option?
  1999-08-31  9:19 gperf F option? korbb
  1999-08-31  9:24 ` Brian Ford
@ 1999-08-31  9:42 ` David Edelsohn
  1999-08-31 23:20   ` David Edelsohn
  1999-08-31  9:47 ` Dean Wilson
  1999-08-31 23:20 ` korbb
  3 siblings, 1 reply; 18+ messages in thread
From: David Edelsohn @ 1999-08-31  9:42 UTC (permalink / raw)
  To: Bruce Korb; +Cc: gcc, gcc-bugs, autogen

	You are not using a new enough version of gperf.

David

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

* Re: gperf F option?
  1999-08-31  9:19 gperf F option? korbb
  1999-08-31  9:24 ` Brian Ford
  1999-08-31  9:42 ` David Edelsohn
@ 1999-08-31  9:47 ` Dean Wilson
  1999-08-31 23:20   ` Dean Wilson
  1999-08-31 23:20 ` korbb
  3 siblings, 1 reply; 18+ messages in thread
From: Dean Wilson @ 1999-08-31  9:47 UTC (permalink / raw)
  To: gcc; +Cc: korbb

On Tue, 31 Aug 1999, you wrote:
> While building gcc (egcs):
> 
> [[...]]
> ln cccp cpp
> gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
>    -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
> gperf: invalid option -- F
> Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
> Try `gperf --help' for more information.
> make[1]: *** [../../egcs/gcc/c-gperf.h] Error 1
> make[1]: Leaving directory `/home/bkorb/tools/egcs/main/=build/gcc'
> make: *** [all-gcc] Error 2
> /home/bkorb/tools/egcs/main/=build
> $ gperf --version
> GNU gperf 2.7


take look at the faq, there is a patch for gperf in /pub/egcs/infrastructure at
sourceware, that deals with this issue.

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

* gperf F option?
  1999-08-31  9:19 gperf F option? korbb
                   ` (2 preceding siblings ...)
  1999-08-31  9:47 ` Dean Wilson
@ 1999-08-31 23:20 ` korbb
  3 siblings, 0 replies; 18+ messages in thread
From: korbb @ 1999-08-31 23:20 UTC (permalink / raw)
  To: gcc, gcc-bugs, autogen

While building gcc (egcs):

[[...]]
ln cccp cpp
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
   -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
gperf: invalid option -- F
Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
Try `gperf --help' for more information.
make[1]: *** [../../egcs/gcc/c-gperf.h] Error 1
make[1]: Leaving directory `/home/bkorb/tools/egcs/main/=build/gcc'
make: *** [all-gcc] Error 2
/home/bkorb/tools/egcs/main/=build
$ gperf --version
GNU gperf 2.7

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

* Re: gperf F option?
  1999-08-31  9:47 ` Dean Wilson
@ 1999-08-31 23:20   ` Dean Wilson
  0 siblings, 0 replies; 18+ messages in thread
From: Dean Wilson @ 1999-08-31 23:20 UTC (permalink / raw)
  To: gcc; +Cc: korbb

On Tue, 31 Aug 1999, you wrote:
> While building gcc (egcs):
> 
> [[...]]
> ln cccp cpp
> gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
>    -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
> gperf: invalid option -- F
> Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
> Try `gperf --help' for more information.
> make[1]: *** [../../egcs/gcc/c-gperf.h] Error 1
> make[1]: Leaving directory `/home/bkorb/tools/egcs/main/=build/gcc'
> make: *** [all-gcc] Error 2
> /home/bkorb/tools/egcs/main/=build
> $ gperf --version
> GNU gperf 2.7


take look at the faq, there is a patch for gperf in /pub/egcs/infrastructure at
sourceware, that deals with this issue.

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

* Re: gperf F option?
  1999-08-31  9:42 ` David Edelsohn
@ 1999-08-31 23:20   ` David Edelsohn
  0 siblings, 0 replies; 18+ messages in thread
From: David Edelsohn @ 1999-08-31 23:20 UTC (permalink / raw)
  To: Bruce Korb; +Cc: gcc, gcc-bugs, autogen

	You are not using a new enough version of gperf.

David

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

* Re: gperf F option?
  1999-08-31  9:24 ` Brian Ford
@ 1999-08-31 23:20   ` Brian Ford
  2000-05-26 17:44   ` David O'Brien
  1 sibling, 0 replies; 18+ messages in thread
From: Brian Ford @ 1999-08-31 23:20 UTC (permalink / raw)
  To: Bruce Korb; +Cc: gcc

On Tue, 31 Aug 1999 korbb@egcs.cygnus.com wrote:

> While building gcc (egcs):
> 
> [[...]]
> gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
>    -k1,3,$ ../../egcs/gcc/c-parse.gperf >tmp-gperf.h
> gperf: invalid option -- F
> Usage: gperf [-cCdDef[num]GhH<hashname>i<init>Ijk<keys>K<keyname>lL<language>nN<function name>ors<size>S<switches>tTvW<wordlistname>Z<class name>7] [input-file]
> Try `gperf --help' for more information.
> $ gperf --version
> GNU gperf 2.7
> 

http://egcs.cygnus.com/faq.html#gperf

--
Brian Ford
Software Engineer
Vital Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

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

* Re: gperf F option?
  1999-08-31  9:24 ` Brian Ford
  1999-08-31 23:20   ` Brian Ford
@ 2000-05-26 17:44   ` David O'Brien
  2000-05-27 13:47     ` Alexandre Oliva
  1 sibling, 1 reply; 18+ messages in thread
From: David O'Brien @ 2000-05-26 17:44 UTC (permalink / raw)
  To: Bruno Haible, gcc

On Tue, Aug 31, 1999 at 11:21:24AM -0500, Brian Ford wrote:
> http://egcs.cygnus.com/faq.html#gperf

Is there some reason a new version of gperf cannot be released with this
functionality?

-- 
-- David    (obrien@NUXI.com)

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

* Re: gperf F option?
  2000-05-26 17:44   ` David O'Brien
@ 2000-05-27 13:47     ` Alexandre Oliva
  2000-05-27 14:47       ` David O'Brien
  0 siblings, 1 reply; 18+ messages in thread
From: Alexandre Oliva @ 2000-05-27 13:47 UTC (permalink / raw)
  To: obrien; +Cc: Bruno Haible, gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 676 bytes --]

On May 26, 2000, "David O'Brien" <obrien@NUXI.com> wrote:

> On Tue, Aug 31, 1999 at 11:21:24AM -0500, Brian Ford wrote:
>> http://egcs.cygnus.com/faq.html#gperf

> Is there some reason a new version of gperf cannot be released with this
> functionality?

You may try to convince the maintainer of gperf to make a new release.
But I'm not even sure gperf has a maintainer these days.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Re: gperf F option?
  2000-05-27 13:47     ` Alexandre Oliva
@ 2000-05-27 14:47       ` David O'Brien
  2000-05-27 14:55         ` Alexandre Oliva
  0 siblings, 1 reply; 18+ messages in thread
From: David O'Brien @ 2000-05-27 14:47 UTC (permalink / raw)
  To: Alexandre Oliva; +Cc: Bruno Haible, gcc, Ossama Othman

On Sat, May 27, 2000 at 05:47:03PM -0300, Alexandre Oliva wrote:
> On May 26, 2000, "David O'Brien" <obrien@NUXI.com> wrote:
>> http://egcs.cygnus.com/faq.html#gperf
> > Is there some reason a new version of gperf cannot be released with this
> > functionality?
> 
> You may try to convince the maintainer of gperf to make a new release.
> But I'm not even sure gperf has a maintainer these days.
 
On Mon, 26 Apr 1999 11:17:36 -0500 (CDT), Ossama Othman
<othman@cs.wustl.edu> queried egcs@egcs.cygnus.com about Gperf
maintainership in <199904261619.LAA29202@taumsauk.cs.wustl.edu>.  On Thu,
29 Apr 1999 01:51:13 +0200 (MET DST) Bruno Haible <haible@ilog.fr> in
<199904282351.BAA15346@jaures.ilog.fr> claimed he was.  Has this elapsed?

-- 
-- David    (obrien@NUXI.com)

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

* Re: gperf F option?
  2000-05-27 14:47       ` David O'Brien
@ 2000-05-27 14:55         ` Alexandre Oliva
  0 siblings, 0 replies; 18+ messages in thread
From: Alexandre Oliva @ 2000-05-27 14:55 UTC (permalink / raw)
  To: obrien; +Cc: Bruno Haible, gcc, Ossama Othman

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

On May 27, 2000, "David O'Brien" <obrien@NUXI.com> wrote:

> Bruno Haible <haible@ilog.fr> in
> <199904282351.BAA15346@jaures.ilog.fr> claimed he was.  Has this
> elapsed?

No, I had just forgot about it.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Re: gperf F option?
  2000-05-29 11:58 Desmond Cheung
@ 2000-05-29 12:13 ` Alexandre Oliva
  0 siblings, 0 replies; 18+ messages in thread
From: Alexandre Oliva @ 2000-05-29 12:13 UTC (permalink / raw)
  To: Desmond Cheung; +Cc: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

On May 29, 2000, Desmond Cheung <dycheung@cs.sfu.ca> wrote:

>> You don't need gperf at all, unless you're modifying source files that
>> are processed with gperf.  Use `contrib/gcc_udpate --touch' if you
>> just want to adjust the timestamps.

> I tried to build a cross-compiler and received the following error
> during the make process:

This means your timestamps got wrong.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Re: gperf F option?
@ 2000-05-29 11:58 Desmond Cheung
  2000-05-29 12:13 ` Alexandre Oliva
  0 siblings, 1 reply; 18+ messages in thread
From: Desmond Cheung @ 2000-05-29 11:58 UTC (permalink / raw)
  To: aoliva; +Cc: gcc

>You don't need gperf at all, unless you're modifying source files that
>are processed with gperf.  Use `contrib/gcc_udpate --touch' if you
>just want to adjust the timestamps.

I tried to build a cross-compiler and received the following error during the make process:
.
.
.
cd .; bison  -d -o parse.c parse.y
parse.y contains 30 shift/reduce conflicts and 42 reduce/reduce conflicts.
cd .; grep '^#define[   ]*YYEMPTY' parse.c >>parse.h
cd ./objc; \
bison  -o objc-parse.c objc-parse.y
objc-parse.y contains 72 shift/reduce conflicts.
gperf -L C -F ', 0, 0' -p -j1 -i 1 -g -o -t -G -N is_reserved_word \
   -k1,3,$ ./c-parse.gperf >tmp-gperf.h
gperf: unrecognized option `-F'
Usage: gperf [-acCdDef[num]gGhH<hashname>i<init>jk<keys>K<keyname>lL<language>nN<function name>oprs<size>S<switches>tTvZ<class name>].
(type gperf -h for help)
*** Error code 1
make: Fatal error: Command failed for target `c-gperf.h'
Current working directory /net/local-kirin/gnudev/gnu/m68k/gcc-2.95.2/gcc
*** Error code 1
make: Fatal error: Command failed for target `cross'

Des

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

* Re: gperf F option?
  2000-05-29 11:34 Desmond Cheung
@ 2000-05-29 11:51 ` Alexandre Oliva
  0 siblings, 0 replies; 18+ messages in thread
From: Alexandre Oliva @ 2000-05-29 11:51 UTC (permalink / raw)
  To: Desmond Cheung; +Cc: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 617 bytes --]

On May 29, 2000, Desmond Cheung <dycheung@cs.sfu.ca> wrote:

> is there an alternative to patching gperf since I don't have the
> authority to do so.

You don't need gperf at all, unless you're modifying source files that
are processed with gperf.  Use `contrib/gcc_udpate --touch' if you
just want to adjust the timestamps.

-- 
Alexandre Oliva    Enjoy Guaraná, see http://www.ic.unicamp.br/~oliva/
Cygnus Solutions, a Red Hat company        aoliva@{redhat, cygnus}.com
Free Software Developer and Evangelist    CS PhD student at IC-Unicamp
oliva@{lsd.ic.unicamp.br, gnu.org}   Write to mailing lists, not to me

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

* Re: gperf F option?
@ 2000-05-29 11:34 Desmond Cheung
  2000-05-29 11:51 ` Alexandre Oliva
  0 siblings, 1 reply; 18+ messages in thread
From: Desmond Cheung @ 2000-05-29 11:34 UTC (permalink / raw)
  To: gcc

Hi,

is there an alternative to patching gperf since I don't have the authority to do so.

Thanks

Desmond

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

* gperf F option?
  1999-08-31  9:11 korbb
@ 1999-08-31 23:20 ` korbb
  0 siblings, 0 replies; 18+ messages in thread
From: korbb @ 1999-08-31 23:20 UTC (permalink / raw)
  To: gcc, gcc-bugs, autogen



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

* gperf F option?
@ 1999-08-31  9:11 korbb
  1999-08-31 23:20 ` korbb
  0 siblings, 1 reply; 18+ messages in thread
From: korbb @ 1999-08-31  9:11 UTC (permalink / raw)
  To: gcc, gcc-bugs, autogen



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

end of thread, other threads:[~2000-05-29 12:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-31  9:19 gperf F option? korbb
1999-08-31  9:24 ` Brian Ford
1999-08-31 23:20   ` Brian Ford
2000-05-26 17:44   ` David O'Brien
2000-05-27 13:47     ` Alexandre Oliva
2000-05-27 14:47       ` David O'Brien
2000-05-27 14:55         ` Alexandre Oliva
1999-08-31  9:42 ` David Edelsohn
1999-08-31 23:20   ` David Edelsohn
1999-08-31  9:47 ` Dean Wilson
1999-08-31 23:20   ` Dean Wilson
1999-08-31 23:20 ` korbb
  -- strict thread matches above, loose matches on Subject: below --
2000-05-29 11:58 Desmond Cheung
2000-05-29 12:13 ` Alexandre Oliva
2000-05-29 11:34 Desmond Cheung
2000-05-29 11:51 ` Alexandre Oliva
1999-08-31  9:11 korbb
1999-08-31 23:20 ` korbb

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).