[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compiling gnu-make under dos
From: |
Andrea Lazzeri |
Subject: |
compiling gnu-make under dos |
Date: |
Tue, 16 Jan 2001 20:26:31 +0100 |
Dear sirs,
I am trying to compile gnu-make in a dos environment.
The purpose of the whole effort is to compile a molecular simulation
software that need gnu-make to be compiled. It runs OK under linux and I
would expect to run also OK under cygwin if I can get gnu-make to work on
my Pentium II-PC.
the list of messages on my DOS window are as follows:
Building Make for MSDOS
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
commands.c -o commands.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g job.c
-o job.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g dir.c
-o dir.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
file.c -o file.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
misc.c -o misc.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
main.c -o main.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H
-DINCLUDEDIR=\"g:/djgpp/include\" -O2 -g read.c -o read.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H
-DLIBDIR=\"g:/djgpp/lib\" -O2 -g remake.c -o remake.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
rule.c -o rule.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
implicit.c -o implicit.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
default.c -o default.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
variable.c -o variable.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
expand.c -o expand.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
function.c -o function.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
vpath.c -o vpath.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
version.c -o version.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g ar.c
-o ar.o
G:\cygwin\home\MAKE-3~1.1>gcc -c -I. -I./glob -DHAVE_CONFIG_H -O2 -g
arscan.c -o arscan.o
main.c: In function 'main':
main.c:819: 'LOCALEDIR' undeclared (first use in this function)
main.c:819: (Each undeclared identifier is reported only once
main.c:819: for each functions it appears in.)
gcc.exe: remote-stub-c: No such file or directory (ENOENT)
gcc.exe: No input files
gcc.exe: main.o: No such file or directory (ENOENT)
gcc.exe: remote-stub-o: No such file or directory (ENOENT)
All programs (including djgpp) are installed on disk G: due to space
limitation on disk C:
I hope you can help me.
With best regards
Dr Andrea Lazzeri
***********************************************************
Ing Andrea Lazzeri, PhD
TTT Centre for Materials Engineering
TTTTT Via Diotisalvi, 2
TTTTT 56126 PISA (Italy)
TTTTT email: address@hidden
TTTTT
TTTTT Phone:+39 050 511207
TTTTT Fax: +39 050 511266
==================
University of Pisa
(Founded in 1343)
internet: http://docenti.ing.unipi.it/~d6163/index.html
***********************************************************
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- compiling gnu-make under dos,
Andrea Lazzeri <=