This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc 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 malloc/18465] New: memusagestat is built using system C library


https://sourceware.org/bugzilla/show_bug.cgi?id=18465

            Bug ID: 18465
           Summary: memusagestat is built using system C library
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: malloc
          Assignee: unassigned at sourceware dot org
          Reporter: vapier at gentoo dot org
  Target Milestone: ---

the memusagestat binary is not linked against the local copy of glibc.  instead
it relies on whatever is installed.

for example:
$ cd .../glibc
$ export objdir=$PWD/build/x86_64
$ rm $objdir/memusagestat
$ cd malloc
$ make
gcc   -o /usr/local/src/gnu/glibc/build/x86_64/malloc/memusagestat
/usr/local/src/gnu/glibc/build/x86_64/malloc/memusagestat.o  -lgd -lpng -lz -lm

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