public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* libgcj/7633: $(prefix)/share used rather than $(datadir)
@ 2002-08-19  6:16 china
  0 siblings, 0 replies; 2+ messages in thread
From: china @ 2002-08-19  6:16 UTC (permalink / raw)
  To: gcc-gnats


>Number:         7633
>Category:       libgcj
>Synopsis:       $(prefix)/share used rather than $(datadir)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Aug 19 05:36:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     china@thewrittenword.com
>Release:        gcc-3.2
>Organization:
>Environment:

>Description:
Any reason gcc/java/Make-lang.in has LIBGCJ_ZIP_FILE in
'$(prefix)/share' rather than '$(datadir)'? It's not always the case that '$(prefix)/share' = '$(datadir)'.

gcc/java/Make-lang.in:
# jcf-path.o needs a -D.
  java/jcf-path.o: java/jcf-path.c $(CONFIG_H) $(SYSTEM_H) java/jcf.h
        $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
        -DLIBGCJ_ZIP_FILE='"$(prefix)/share/java/libgcj-$(version).jar"' \ 
          -DDEFAULT_TARGET_VERSION=\"$(version)\" \
          $(srcdir)/java/jcf-path.c $(OUTPUT_OPTION)
   
libjava/Makefile.in:
  jardir = $(datadir)/java
  jar_DATA = libgcj-@gcc_version@.jar
>How-To-Repeat:

>Fix:
Replace $(prefix)/share in gcc/java/Make-lang.in with $(datadir).
>Release-Note:
>Audit-Trail:
>Unformatted:


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

* Re: libgcj/7633: $(prefix)/share used rather than $(datadir)
@ 2002-08-21 17:56 tromey
  0 siblings, 0 replies; 2+ messages in thread
From: tromey @ 2002-08-21 17:56 UTC (permalink / raw)
  To: china, gcc-bugs, gcc-prs, java-prs, nobody, tromey

Synopsis: $(prefix)/share used rather than $(datadir)

Responsible-Changed-From-To: unassigned->tromey
Responsible-Changed-By: tromey
Responsible-Changed-When: Wed Aug 21 17:51:41 2002
Responsible-Changed-Why:
    I'm handling this
State-Changed-From-To: open->closed
State-Changed-By: tromey
State-Changed-When: Wed Aug 21 17:51:41 2002
State-Changed-Why:
    I'm checking in the fix for this.
    Thanks for your report.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7633


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

end of thread, other threads:[~2002-08-22  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-19  6:16 libgcj/7633: $(prefix)/share used rather than $(datadir) china
2002-08-21 17:56 tromey

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