hi, this is my first use, i read manual carefully but i couldn't find any mistake.

after aclocal, autoconf, automake and ./configure, i typed gmake and i got this error:

gcc  -g -O2   -o isoqlog  Data.o Dir.o Html.o ...
gcc: Data.o: No such file or directory
...
gcc: No input files specified
*** Error code 1

what is wrong? why gmake daesn't generate object files?

if i generate object files separately and copy them to install directory, i can 
continue with "gmake install"

Makefile.am
--------------

bin_PROGRAMS = isoqlog
isoqlog_SOURCES = Data.c Dir.c Html.c LangCfg.c Parser.c Store.c controls.c main.c

this is a simple program ,doesn't contain any other things.

please help.
-- 
 Baris Simsek - UNIX Sys. Adm. - Bimel Elektronik - (+90312) 4342245
                         http://acikkod.org/

Attachment: msg05449/pgp00000.pgp
Description: PGP signature

Reply via email to