public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling
@ 2005-06-02  1:10 aaronw at net dot com
  2005-06-02  1:12 ` [Bug bootstrap/21872] " aaronw at net dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: aaronw at net dot com @ 2005-06-02  1:10 UTC (permalink / raw)
  To: gcc-bugs

When compiling gcc 3.3.6 on sparc Solaris 2.8 with the configure option 
--with-cpu=ultrasparc, the configure script for libjava fails with: 
 
checking for sigaction... yes 
checking for ftruncate... (cached) yes 
checking for execinfo.h... no 
checking for unistd.h... (cached) yes 
checking for dlfcn.h... (cached) yes 
checking for backtrace... no 
checking for dladdr in -ldl... yes 
checking for /proc/self/exe... configure: error: Cannot check for file 
existence when cross compiling 
make: *** [configure-target-libjava] Error 1

-- 
           Summary: libjava configure fails because it mistakenly thinks it
                    is cross compiling
           Product: gcc
           Version: 3.3.6
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: aaronw at net dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sparc-sun-solaris2.8
  GCC host triplet: sparc-sun-solaris2.8
GCC target triplet: sparc-sun-solaris2.8


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872


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

* [Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling
  2005-06-02  1:10 [Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling aaronw at net dot com
@ 2005-06-02  1:12 ` aaronw at net dot com
  2005-06-02  6:12 ` ebotcazou at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: aaronw at net dot com @ 2005-06-02  1:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From aaronw at net dot com  2005-06-02 01:12 -------
Update: this is only for the sparcv9 multilib... I found that 
ac_cv_prog_cc_cross=yes in config.cache 
 
This should have been no. 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872


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

* [Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling
  2005-06-02  1:10 [Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling aaronw at net dot com
  2005-06-02  1:12 ` [Bug bootstrap/21872] " aaronw at net dot com
@ 2005-06-02  6:12 ` ebotcazou at gcc dot gnu dot org
  2005-06-02  6:14 ` ebotcazou at gcc dot gnu dot org
  2005-06-15  3:25 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-06-02  6:12 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-06-02 06:12 -------
*** Bug 21871 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872


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

* [Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling
  2005-06-02  1:10 [Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling aaronw at net dot com
  2005-06-02  1:12 ` [Bug bootstrap/21872] " aaronw at net dot com
  2005-06-02  6:12 ` ebotcazou at gcc dot gnu dot org
@ 2005-06-02  6:14 ` ebotcazou at gcc dot gnu dot org
  2005-06-15  3:25 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-06-02  6:14 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-06-02 06:14 -------
> Update: this is only for the sparcv9 multilib... I found that 
> ac_cv_prog_cc_cross=yes in config.cache 

That could simply be another dup of 21870.  Binutils 2.16 should not be used in
conjunction with 3.3.x.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ebotcazou at gcc dot gnu dot
                   |                            |org
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872


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

* [Bug bootstrap/21872] libjava configure fails because it mistakenly thinks it is cross compiling
  2005-06-02  1:10 [Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling aaronw at net dot com
                   ` (2 preceding siblings ...)
  2005-06-02  6:14 ` ebotcazou at gcc dot gnu dot org
@ 2005-06-15  3:25 ` pinskia at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-15  3:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-06-15 03:25 -------


*** This bug has been marked as a duplicate of 21782 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21872


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

end of thread, other threads:[~2005-06-15  3:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-02  1:10 [Bug bootstrap/21872] New: libjava configure fails because it mistakenly thinks it is cross compiling aaronw at net dot com
2005-06-02  1:12 ` [Bug bootstrap/21872] " aaronw at net dot com
2005-06-02  6:12 ` ebotcazou at gcc dot gnu dot org
2005-06-02  6:14 ` ebotcazou at gcc dot gnu dot org
2005-06-15  3:25 ` pinskia at gcc dot gnu dot org

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