bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep install bug


From: Mike Hanafey
Subject: grep install bug
Date: Wed, 16 Oct 2002 08:28:53 -0400 (EDT)

With configure argument "--program-prefix=g", binary is installed
correctly with the name "ggrep", but the links do not contain the "g",
nor do they point to the correct file.

-rwxr-xr-x   1 mkh      soft      157304 Oct 16 08:19 ggrep
lrwxrwxrwx   1 mkh      soft           4 Oct 16 08:19 fgrep -> grep
lrwxrwxrwx   1 mkh      soft           4 Oct 16 08:19 egrep -> grep

If you fix the links like so:

lrwxrwxrwx   1 mkh      soft           5 Oct 16 08:25 gegrep -> ggrep
lrwxrwxrwx   1 mkh      soft           5 Oct 16 08:25 gfgrep -> ggrep

then "gfgrep" does not in fact run like "ggrep -F".



+--------------------------------------------+
|  Mike Hanafey                              |
|  DuPont Ag Products                        |
|  Delaware Technology Park, Suite 200/206   |
|  1 Innovation Way, PO BOX 6104             |
|  Newark, DE 19714-6104                     |
|  Phone: (302)631-2608 Fax: (302)631-2607   |
|  Email: address@hidden        |
+--------------------------------------------+





reply via email to

[Prev in Thread] Current Thread [Next in Thread]