Error compiling .4GL
José María <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.aubit.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I tried to compile a simple program like this: A.4GL PRINCIPAL MESSAGE "Hello world" Main end But depending on the name of the destination file it works or it gives me an error: 4glc a.4gl -o a (This gives me an error) Error compiling a - check a.err The failed command was: gcc -shared a.ao -o to -L "/ opt / aubit / aubit4glbin / lib" -laubit4gl-1.5_1 -I "/ opt / aubit / aubit4glbin / incl"> a.err 2> & 1 The exit code is: 256 But that works well: 4glc a.4gl -o ab Firstly gave me the error with a more complex program, but I tried to simplify to a minimal expression, it seems that it depends on the file name ... Does anyone know why? Thanks Jose Maria _______________________________________________ Aubit4gl-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/aubit4gl-discuss