[GRASS-dev] Checking for compilation errors
Radek Bartoň
blackhex at post.cz
Wed Aug 16 06:49:44 EDT 2006
Dne středa 16 srpen 2006 12:41 Māris Nartišs napsal(a):
> Hi, sorry for my lameness,
>
> I have script like ./configure, make, make install. Problem is - how to
> check where some errors during compilation? They are printed to console,
> but how to check them from script? Just to issue ERROR instead of
> proceeding with make install.
>
>
> Maris.
>
> _______________________________________________
> grass-dev mailing list
> grass-dev at grass.itc.it
> http://grass.itc.it/mailman/listinfo/grass-dev
You can try:
./configure >> make.log 2>> make.err && make >> make.log 2>> make.err &&
make install >> make.log 2>> make.err
--
الظفر بالضعيف هزيمة
More information about the grass-dev
mailing list