[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation of Web-cache trace convertor
It seems that heapsort() and strsep() are specific to freebsd and other
BSD4.4 systems. You can replace them with qsort() and strtok(),
respectively, but with possible performance loss. For example, qsort()
requires quite a bit stack space for large trace files, but heapsort()
almost do not require any additional memory.
I'll fix this bug shortly.
- Haobo
On Wed, 7 Jul 1999, Kaichuan He wrote:
> Hi, when I tried to compile the trace convertor
> under directorey "ns2/indep-utils/webtrace-conv/ucb",
> It tells me following symbols undefined:
>
> Undefined first referenced
> symbol in file
> heapsort tr-stat.o
> strsep
>
> Any pointer that where these two functions
> are located under solaris?
>
> Thanks in advance
>
>
> Kevin
>
>
>