Robert Hartmann
2010-09-17 14:03:07 UTC
Hallo zusammen,
Das make von Turbo C++ 3.0 [(c)1990,1992 Borland]
genauer
MAKE Version 3.6 Copyright (c) 1991 Borland International
liefert mir
bei der Zeile:
$(CC) $(CANSIFLAGS) $(DEBUGFLAGS) $(LIBDIR) $(INCLUDEDIR)
-n$(PATH_DEBUGVERSION) -e$(OUTPUTNAME) $(PATH_DEBUGVERSION)\rh_conio.obj
$(PATH_DEBUGVERSION)\concolor.obj $(PATH_DEBUGVERSION)\main.obj
die ersetzt das ergibt
tcc -DTESTCONIO -A -1- -ms -N -w -DDEBUG -D_DEBUG -v -L.. -I.. -ndebug
-erun.exe debug\rh_conio.obj debug\concolor.obj debug\main.obj
die Fehlermeldung
Fatal: Command arguments too long
Google-Suche hat mir die Information gefunden, dass solche Meldung auch
noch bei win32 (MAKE Version 5.2) wohl noch so wäre (vgl[1],[2])
Bei [2] ganz unten ist ein Lösungsvorschlag gegeben,
"use make generated response file".
Funktioniert so etwas auch beim alten make?
(Hat sich evtl die Syntax verändert?)
Beste Grüße,
Robert Hartmann
[1] https://forums.embarcadero.com/thread.jspa?threadID=12093&tstart=0
[2] http://www.delphigroups.info/3/12/6923.html
Das make von Turbo C++ 3.0 [(c)1990,1992 Borland]
genauer
MAKE Version 3.6 Copyright (c) 1991 Borland International
liefert mir
bei der Zeile:
$(CC) $(CANSIFLAGS) $(DEBUGFLAGS) $(LIBDIR) $(INCLUDEDIR)
-n$(PATH_DEBUGVERSION) -e$(OUTPUTNAME) $(PATH_DEBUGVERSION)\rh_conio.obj
$(PATH_DEBUGVERSION)\concolor.obj $(PATH_DEBUGVERSION)\main.obj
die ersetzt das ergibt
tcc -DTESTCONIO -A -1- -ms -N -w -DDEBUG -D_DEBUG -v -L.. -I.. -ndebug
-erun.exe debug\rh_conio.obj debug\concolor.obj debug\main.obj
die Fehlermeldung
Fatal: Command arguments too long
Google-Suche hat mir die Information gefunden, dass solche Meldung auch
noch bei win32 (MAKE Version 5.2) wohl noch so wäre (vgl[1],[2])
Bei [2] ganz unten ist ein Lösungsvorschlag gegeben,
"use make generated response file".
Funktioniert so etwas auch beim alten make?
(Hat sich evtl die Syntax verändert?)
Beste Grüße,
Robert Hartmann
[1] https://forums.embarcadero.com/thread.jspa?threadID=12093&tstart=0
[2] http://www.delphigroups.info/3/12/6923.html