This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/12870] New: Configure: does not properly configure forDarwin64


http://sourceware.org/bugzilla/show_bug.cgi?id=12870

           Summary: Configure: does not properly configure for Darwin64
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: minor
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: noloader@gmail.com


$ /usr/local/bin/gdb
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin10.7.0".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.

(gdb) file /Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest
"/Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest": not in
executable format: File format not recognized
(gdb)

Configured, make'd, and installed with:

    ./configure CFLAGS="-g -O2 -DNDEBUG -m64 -mtune=core2"
    make
    sudo make install

Does *not* appear to duplicate of Bug 10727
(http://sourceware.org/bugzilla/show_bug.cgi?id=10727):

$ file /Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest
/Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest: Mach-O universal
binary with 3 architectures
/Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest (for architecture
x86_64):    Mach-O 64-bit executable x86_64
/Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest (for architecture
i386):    Mach-O executable i386
/Users/jeffrey/Desktop/logintest.app/Contents/MacOS/logintest (for architecture
ppc7400):    Mach-O executable ppc

Did I mention how much I dislike automake and friends?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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