Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79462 --- shadow/79462 2006-11-10 07:16:53.000000000 -0500 +++ shadow/79462.tmp.6931 2006-11-10 07:27:26.000000000 -0500 @@ -147,6 +147,18 @@ ------- Additional Comments From [EMAIL PROTECTED] 2006-11-10 07:16 ------- Created an attachment (id=18051) Test case for bug 79462 (Mono 1.1.17.1 amd64 and 1.1.18/1.2 i386 on Ubuntu 6.10 AMD64) + +------- Additional Comments From [EMAIL PROTECTED] 2006-11-10 07:27 ------- +The problem is + +export MONO_PATH=$MONO_PATH:$PWD/lib + +When the previous MONO_PATH is empty, the new one will look like: + +MONO_PATH=:/home/robertj/src/mono-test/c/lib + +The leading colon is the culprit. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
