Strange errors

Okay… I decided to go cygwin style.
I downloaded to source and builded. After line make -j2 it took an hour and hundreds of lines and the last line was:

->lib/ASImage.dll done
Rebasing binaries… rebase:not found
make:***[rebase] Error 127

I continued with make map, that went fine… then all the path settings and restarting cygwin and command: startx
work fine

then on the new window: $root
2 [main] ? 1324 cygheap_fixup_in_child: Couldn’t reserve 9891540 bytes of space for cygwin’s heap (0x61790000 <0xAA0000>) in child, Win32 error 487 c:\root\bin\root_exe.exe (1324): ***m.AllocationBase 0x613C0000, m.BaseAddress 0x61790000, m.RegionSize 0x1C000, m.State 0x1000

So, what wrong? Again…

Hi nil,
here is what to do, and how you could have found out:

go to http://www.cygwin.com, click “setup package search”, enter “rebaseall”, and it will tell you what cygwin package you did not install that should have been installed.

While I’m at it: good news, with the next cygwin version we will not need the rebase step anymore! And I’ve prepared a patch for the build system that will accelerate the build a lot. I’ll send it in shortly. It doesn’t affect the speed at run time, though…
Axel.