Gregory Shimansky wrote:
> On Saturday 11 November 2006 02:36 Pavel Pervov wrote:
>> Gregory,
>>
>> Could you look at https://issues.apache.org/jira/browse/HARMONY-2152. I
>> believe it'll fix the build.
>
> Thank you for a quick fix. The build works now. Don't try to run acceptance
> tests though. The StackTest is a machine killer. It eats all of the virtual
> memory in a moment because it cannot find any stack limit ("ulimit -s 8192"
> may be used as a workaround) and maps all of 2^48 (or whatever number of bits
> are configured in kernel for virtual address space) bytes of virtual memory.
> After that only reset helps.
Cool, that worked (you guys rock, btw!), I'm going much farther ahead
now. I got a -lxml2 not found, so I apt-get libxml2-dev (would be cool
to have a list of needed packages to apt-get for, btw) and I got past
that as well but now I get
build.native.link:
[cc] 0 total files to be compiled.
[cc] Starting link
[cc] /usr/bin/ld: cannot find -lhyzip
[cc] collect2: ld returned 1 exit status
BUILD FAILED
and googling for hyzip doesn't yield anything interesting.
Suggestions?
--
Stefano.