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 gdb/12202] New: psim build failure due to -lz


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

           Summary: psim build failure due to -lz
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: andreas.faerber@web.de


.../gdb-7.2/configure --target=powerpc64-linux-gnu
make

and

.../gdb-7.2/configure --target=powerpc-elf
make

both fail on Mac OS X v10.5 ppc host:

make[3]: *** No rule to make target `-lz', needed by `psim'.  Stop.
make[2]: *** [all] Error 1
make[1]: *** [all-sim] Error 2
make: *** [all] Error 2

Removing the $(LIBS) dependency of the psim target in sim/ppc/Makefile remedies
this.

-- 
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]