[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [csmith-dev] How to set the environment variable CSMITH_PATH



Hi Bill,

Just set this variable to the location where you have built Csmith. For example:

  export CSMITH_PATH=/home/bill/csmith

Put this in your .bashrc if you want to make it sticky.

John



On 9/14/11 8:18 AM, Bill Chan wrote:
Hi all,

I'm running Csmith in cygwin in Windows XP. Could someone tell me how to
set up this CSMITH_PATH variable?
When I ran ../scripts/compiler_test.pl 1 tmp_test.in, I got the
following error messages:
Use of uninitialized value $CSMITH_PATH in concatenation (.) or string
at ../scripts/compiler_test.pl line 76.
Use of uninitialized value $CSMITH_PATH in concatenation (.) or string
at ../scripts/compiler_test.pl line 77.
Use of uninitialized value $CSMITH_PATH in concatenation (.) or string
at ../scripts/compiler_test.pl line 292.
Please point the environment variable CSMITH_PATH to the top-level
directory of your Csmith tree before running this script.

Thanks,

Bill