Re: [AD] problems building Allegro 4.1.6 on mingw32 |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> obj/mingw32/runner.exe gcc -s -Wl,--subsystem,console -o tools/dat.exe
> obj/mingw32/alleg/dat.o lib/mingw32/libaldat.a
> lib/mingw32/liballeg.a -lkernel32 -luser32 -lgdi32 -lcomdlg32 -lole32
> -ldinp ut -lddraw -ldxguid -lwinmm -ldsound
> '?gcc' is not recognized as an internal or external command,
> operable program or batch file.
> make[1]: *** [tools/dat.exe] Error 1
> make[1]: Leaving directory `C:/code/allegro-4.1.6'
> make: *** [all] Error 2
Why on Earth did the problem not show up during my many builds ? :-(
The obvious fix is attached.
[Try not to answer to an unrelated message when starting a new thread, this
confuses my mail reader].
--
Eric Botcazou
--- /home/eric/cvs/allegro/src/misc/runnergw.c Sat Nov 23 21:38:11 2002
+++ allegro/src/misc/runnergw.c Sun Dec 1 13:42:42 2002
@@ -16,6 +16,7 @@
int i,c;
p = var;
+ *p = '\0';
for (i=1; i < argc; i++) {
if (argv[i][0] == '@') {