2011/9/26 Александр Седов <[email protected]>: > 26 сентября 2011 г. 10:41 пользователь Armin Rigo <[email protected]> написал: >> Hi, >> >> 2011/9/25 Александр Седов <[email protected]>: >>> Translating PyPy on Linux with -O1 --continuation >>> --withmod-_continuation I've got the error: >>> ValueError: unknown value for translation.gc: 'ref' >>> Googling gave me no results. Is there a way to fix this? >> >> I suppose you didn't install Boehm, which is needed in -O1 >> compilations nowadays. See our "prerequisites" list. > Of course I've seen it and just copied apt-get command to my terminal. > Just checked -- libgc and libgc-dev is installed. > _______________________________________________ > pypy-dev mailing list > [email protected] > http://mail.python.org/mailman/listinfo/pypy-dev >
Er no, it seems to be someone sets gc to "ref" which is reference counting. No clue why. Anyway your command line is not working. Did you mean --continuelets and --withmod-somethingelse? Also --withmod comes after target. Please precisely paste it _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
