[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
object files
From: |
Baris Simsek |
Subject: |
object files |
Date: |
Mon, 10 Jun 2002 10:47:58 +0300 |
this may be related with automake, sorry
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?
Makefile.am
--------------
bin_PROGRAMS = isoqlog
isoqlog_SOURCES = Data.c Dir.c Html.c LangCfg.c Parser.c Store.c controls.c
main.c
dist_pkgdata_DATA = iso.conf
configure.in
--------------
# Process this file with autoconf to produce a configure script.
AC_INIT(isoqlog, 2.0, address@hidden)
AC_PREREQ(2.53)
AC_COPYRIGHT(Copyright EnderUNIX 2002)
AC_REVISION($Revision: 1.0 $)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([Data.c])
# Checks for programs.
AC_PROG_CC
# Checks for libraries.
# Checks for header files.
AC_HEADER_DIRENT
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h stdlib.h string.h strings.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_STRUCT_TM
# Checks for library functions.
AC_FUNC_MALLOC
AC_FUNC_STAT
AC_FUNC_STRFTIME
AC_CHECK_FUNCS([getcwd gethostname memset mkdir strcasecmp strdup strerror
strstr])
#AC_CONFIG_FILES([])
AC_OUTPUT(Makefile)
--
Baris Simsek - UNIX Sys. Adm. - Bimel Elektronik - (+90312) 4342245
http://acikkod.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- object files,
Baris Simsek <=