[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: configure bugs
>Thanks, fixed.
Except this:
>> $ol_with_threads = no
>>
>>Remove the `$', and remove the spaces around `='.
The spaces are still there. Doesn't work:
$ sh -c 'foo = bar'
sh: foo: command not found
$
Here is another weirdness. I expect `` is missing about if..fi.
And I think you had better remove the newline before -lmach.
LIBS="-lpthread if test $ol_with_preemptive = auto ; then
ol_with_preemptive=yes
fi
-lmach -lexc -lc $LIBS"
--
Hallvard