Ask a Question related to UNIX Programming, Design and Development.
-
bettyann88 #1
cygwin make error "gcc: no input files"
i am unable to compile/make olson's time zone code under cygwin. i
was successful in compiling this code under Sun Solaris 8 with no
problems. i would greatly appreciate any suggestions about this error
as i do not use make files often.
if i have posted to the wrong group, i apologize and please let me
know what is a more appropriate group. thanks.
i did modify the Makefile so that the targets are followed by two
colons (rather than one), ie, target: --> target::
here is the error:
------------------------
$ which gcc
/usr/bin/gcc
$ gcc
gcc: no input files
$ make
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
Error: Circular dependency exists in makefile
all -> ALL -> all
sed -e 's|AWK=[}]*|AWK=nawk|g' -e
's|TZDIR=[}]*|TZDIR=/usr/local/etc/zoneinfo|' < tzselect.kshchmod +x tzselect>tzselect
cp yearistype.sh yearistype
chmod +x yearistype
gcc -DTZDIR=\"/usr/local/etc/zoneinfo\" zic.o localtime.o
asctime.o scheck.o ialloc.o -o zic
gcc: no input files
** error 1 ** deleting zic
$ ls *.c
asctime.c date.c difftime.c ialloc.c localtime.c logwtmp.c
scheck.c strftime.c zdump.c zic.c
$ ls *.o
ls: *.o: No such file or directory
------------------------
tia - bettyann
bettyann88 Guest
-
Contribute error message " No input file specified" .
I have created a page from a copy of a page on my website and edited it , now i want to preview it in a browser but i am getting an error message ... -
#33400 [Opn->Csd]: make "make" a dendency of "make test"
ID: 33400 Updated by: tony2001@php.net Reported By: nohn@php.net -Status: Open +Status: Closed Bug... -
"make Makefile.PL" returns "...up to date"; make returns "no target to make"
I'm attempting to install a perl module (AppConfig-1.56) on a FreeBSD 4.9 system. It has both perl 5.5.3 and 5.8.3 and several modules are already... -
#25305 [Opn->Csd]: "No input file specified." error with Xitami
ID: 25305 User updated by: goweb at o2 dot co dot uk Reported By: goweb at o2 dot co dot uk -Status: Open +Status: ... -
#25305 [NEW]: "No input file specified." error with Xitami
From: goweb at o2 dot co dot uk Operating system: Windows PHP version: 4.3.3 PHP Bug Type: Other web server Bug description:... -
Peter S Tillier #2
Re: cygwin make error "gcc: no input files"
bettyann88 wrote:
> i am unable to compile/make olson's time zone code under cygwin. i
> was successful in compiling this code under Sun Solaris 8 with no
> problems. i would greatly appreciate any suggestions about this error
> as i do not use make files often.
>
> if i have posted to the wrong group, i apologize and please let me
> know what is a more appropriate group. thanks.
>For Cygwin specific questions it is better to join the cygwin mailing>
> tia - bettyann
list.
--
Peter S Tillier
"Who needs perl when you can write dc, sokoban,
arkanoid and an unlambda interpreter in sed?"
Peter S Tillier Guest



Reply With Quote

