[pypy-dev] Problems when trying to translate.

Maciej Fijalkowski fijall at gmail.com
Mon Sep 26 13:48:44 CEST 2011


2011/9/26 Александр Седов <elec.lomy.ru at gmail.com>:
> 26 сентября 2011 г. 10:41 пользователь Armin Rigo <arigo at tunes.org> написал:
>> Hi,
>>
>> 2011/9/25 Александр Седов <elec.lomy.ru at gmail.com>:
>>> 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
> pypy-dev at python.org
> 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


More information about the pypy-dev mailing list