[GRASS5] Re: grass 5.7 windows?

Radim Blazek blazek at itc.it
Wed Mar 31 02:19:13 EST 2004


On Tuesday 30 March 2004 18:04, you wrote:
> Hi again,
>
> I got GRASS 5.7 sort of working under Cygwin
> (see my new install docs at:
>  http://grass.itc.it/grass51/binary/mswindows_cygwin/
>  -> cygwin_grass.html
> )
>
> but found a small problem. While d.mon is able to handle
> the XDRIVER.exe file (note the .exe extension under Cygwin),
> the DBMI tools are unable to handle the DBF driver (named dbf.exe
> in $GISBASE/driver/db/dbf.exe ). When I rename the file to
> 'dbf' only it works fine.
>
> Any ideas what to change to allow for 'dbf.exe' as well?

mon.start is probably using this execl:

#ifdef __W98__
#include <process.h>
#define execl(fullpath,path,name,bg,link,nul)                   \
do {                                                            \
        spawnl(_P_DETACH,fullpath,path,name,"-",link,nul);      \
        return 0;                                               \
} while (0)
#endif /* __W98__ */

-> G_execl() ?

Radim




More information about the grass-dev mailing list