Changeset 3624 for trunk


Ignore:
Timestamp:
Apr 25, 2008, 5:27:30 AM (17 years ago)
Author:
bird
Message:

kill LIBC_HOOK_DLLS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/env.cmd

    r3304 r3624  
    228228    call EnvSet      1, 'BISON_HAIRY',  ''
    229229    call EnvSet      1, 'BISON_SIMPLE', ''
    230     call EnvSet      1, 'EMXSHELL',     ''  /* messes up stuff */ 
     230    call EnvSet      1, 'EMXSHELL',     ''  /* messes up stuff */
     231    if (EnvGet('LIBC_HOOK_DLLS') <> '') then
     232    do
     233        say 'warning: removing LIBC_HOOK_DLLS="'||EnvGet('LIBC_HOOK_DLLS')||'" because it usually crashes on fork (perl bootstrap crash).'
     234        call EnvSet 1, 'LIBC_HOOK_DLLS', ''
     235    end
    231236
    232237/*
Note: See TracChangeset for help on using the changeset viewer.