Stas Sergeev

Results 1352 comments of Stas Sergeev

Where have you found about realloc? I think 0 means alloc and some other value (1?) means free?

Resize usually creates the extra block when shrinking. Shouldn't when growing.

I also ran into this problem. I think the compilation and installation should be done by separate scripts, with the second one being run with sudo.

There seem to be a very extensive build script rework pending: #25. @jwt27 could you please hint us if your patch set addresses also this?

> libc headers to be installed first. Ahh, indeed. :( I wonder how can this be then solved properly. fakechroot? Too complicated. Maybe the build scripts should run sudo themselves...

Thank you! Please note that it will do so only if the write perms are missing by default, so at least no one from current users would get sufficiently hurt...

First problem: bash (at least on ubuntu) doesn't seem to like DOSish line endings. Had to do `dos2unix` on scripts before they could be started.

``` If you wish to change anything, press CTRL-C now. Otherwise, press any other key to continue. [sudo] password for stas: Download source files... Download http://www.delorie.com/pub/djgpp/current/v2gnu/bnu2311s.zip ... ``` I wonder...

> That is to create the PREFIX directory. Maybe, but now I restarted the script, and it did the same thing again! (asked the sudo passwd beforehand). Presumably the PREFIX...