[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

profiling



Thanks for all the help so far, and one last question:

Trying to track down the performance issue I wanted to try profiling, so
I install the libc0.3-prof package.
But even a trivial test program such as

int main(void)
{
        return(0);
}

fail to compile using philipp@debian:/tmp$ gcc -pg test.c:

/lib/i386-gnu/ld.so.1:(.data+0x8b4): multiple definition of
`__hurd_threadvar_stack_offset@@GLIBC_2.2.6'
/usr/bin/ld: /lib/i386-gnu/ld.so.1: indirect symbol
`__hurd_threadvar_stack_offset' to
`__hurd_threadvar_stack_offset@@GLIBC_2.2.6' is a loop
/lib/i386-gnu/ld.so.1: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

Philipp

I think I'll try the fresh install suggested by Harish instead of the
premade image this weekend.


Reply to: