This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

java/2955: target configure-target-boehm-gc do not compile



>Number:         2955
>Category:       java
>Synopsis:       target configure-target-boehm-gc do not compile
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat May 26 05:26:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Petter Reinholdtsen
>Release:        gcc cvs 2001-05-26
>Organization:
>Environment:
Debian GNU/Linux 2.2
>Description:
The current CVS source fails to compile with the following
error message:

  typd_mlc.c              ..linked
  version.h               ..linked
  win32_threads.c         ..linked
  loading cache ../config.cache
  configure: error: can not find install-sh or install.sh in .. ./..
  make: *** [configure-target-boehm-gc] Error 1

The problem seem to be that this target is executed in 
i686-pc-linux-gnu/boehm-gc/, and the install-sh file is in
../../install-sh, not ../install-sh.

(The attached file is empty, and only present to avoid
trigging a bug in konqueror 2.1.1. :-)
>How-To-Repeat:
I did 'cvs update -d' and './configure --prefix=/store/opt/gcc-cvs --program-prefix=pre-' before
doing 'make bootstrap'.
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: text/plain; name="broken-konqueror-workaround.txt"
Content-Disposition: inline; filename="broken-konqueror-workaround.txt"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]