public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* problems compiling php
@ 2001-11-15 14:16 joerg eichhorn
  2001-11-15 14:20 ` Gerrit P. Haase
  2001-11-24  4:36 ` joerg eichhorn
  0 siblings, 2 replies; 6+ messages in thread
From: joerg eichhorn @ 2001-11-15 14:16 UTC (permalink / raw)
  To: cygwin

i've tried to complile php-3.0.18
make will break with the following output:

gcc -g -O2 -O2   -I. -I.                        -c functions/dns.c -o 
functions
dns.o
functions/dns.c:58: arpa/nameser.h: No such file or directory
functions/dns.c:59: resolv.h: No such file or directory
make: *** [functions/dns.o] Error 1

can somebody tell me what to do?

thank you,
gruss joerg eichhorn


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems compiling php
  2001-11-15 14:16 problems compiling php joerg eichhorn
@ 2001-11-15 14:20 ` Gerrit P. Haase
  2001-11-15 15:06   ` joerg eichhorn
  2001-11-24  8:17   ` Gerrit P. Haase
  2001-11-24  4:36 ` joerg eichhorn
  1 sibling, 2 replies; 6+ messages in thread
From: Gerrit P. Haase @ 2001-11-15 14:20 UTC (permalink / raw)
  To: joerg eichhorn; +Cc: cygwin

Hallo joerg,

Am 2001-11-24 um 13:35 schriebst du:

> i've tried to complile php-3.0.18
> make will break with the following output:

> gcc -g -O2 -O2   -I. -I.                        -c functions/dns.c -o 
> functions
> dns.o
> functions/dns.c:58: arpa/nameser.h: No such file or directory
> functions/dns.c:59: resolv.h: No such file or directory
> make: *** [functions/dns.o] Error 1

> can somebody tell me what to do?

You need libresolv or libbind, there are some ports available
somewhere.  Someone posted the last days that bind 8.2.5 builds OOTB
(at least for him).

Ciao,

Gerrit P. Haase                            mailto:gp@familiehaase.de
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems compiling php
  2001-11-15 14:20 ` Gerrit P. Haase
@ 2001-11-15 15:06   ` joerg eichhorn
  2001-11-24 17:24     ` joerg eichhorn
  2001-11-24  8:17   ` Gerrit P. Haase
  1 sibling, 1 reply; 6+ messages in thread
From: joerg eichhorn @ 2001-11-15 15:06 UTC (permalink / raw)
  To: Gerrit P. Haase

hallo,

ich erlaube mir dich direkt anzusprechen, um die mailingliste nciht 
explodieren zu lassen.

vielen dank, jetzt bin ich schon mal ein kleines stueck weiter.
aber nur ein kleines, das naechste problem ist:
gcc -g -O2 -O2   -I. -I.                        -c functions/parsedate.c 
-o func
tions/parsedate.o
functions/parsedate.y: In function `parsedate':
functions/parsedate.y:876: invalid operands to binary /
make: *** [functions/parsedate.o] Error 1

der quelltext an der stelle ist
871 case 6:
872 #line 180 "functions/parsedate.y"
873 {
874 	    yyHaveRel = 1;
875 	;
876     break;}

in zeile
142 static int	yyHaveRel;
wird yyHaerel deklariert.

ist das das selbe problem, wie du es, wenn ich mich recht entsinne fuer 
php4 im modul datetime bei der variablen timezone, gepostet hast? wie 
aber ist es hier zu loesen?

vielen dank, fuer deine bemuehungen,
gruss joerg eichhorn


Gerrit P. Haase wrote:

> Hallo joerg,
> 
> Am 2001-11-24 um 13:35 schriebst du:
> 
> 
>>i've tried to complile php-3.0.18
>>make will break with the following output:
>>
> 
>>gcc -g -O2 -O2   -I. -I.                        -c functions/dns.c -o 
>>functions
>>dns.o
>>functions/dns.c:58: arpa/nameser.h: No such file or directory
>>functions/dns.c:59: resolv.h: No such file or directory
>>make: *** [functions/dns.o] Error 1
>>
> 
>>can somebody tell me what to do?
>>
> 
> You need libresolv or libbind, there are some ports available
> somewhere.  Someone posted the last days that bind 8.2.5 builds OOTB
> (at least for him).
> 
> Ciao,
> 
> Gerrit P. Haase                            mailto:gp@familiehaase.de
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* problems compiling php
  2001-11-15 14:16 problems compiling php joerg eichhorn
  2001-11-15 14:20 ` Gerrit P. Haase
@ 2001-11-24  4:36 ` joerg eichhorn
  1 sibling, 0 replies; 6+ messages in thread
From: joerg eichhorn @ 2001-11-24  4:36 UTC (permalink / raw)
  To: cygwin

i've tried to complile php-3.0.18
make will break with the following output:

gcc -g -O2 -O2   -I. -I.                        -c functions/dns.c -o 
functions
dns.o
functions/dns.c:58: arpa/nameser.h: No such file or directory
functions/dns.c:59: resolv.h: No such file or directory
make: *** [functions/dns.o] Error 1

can somebody tell me what to do?

thank you,
gruss joerg eichhorn


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems compiling php
  2001-11-15 14:20 ` Gerrit P. Haase
  2001-11-15 15:06   ` joerg eichhorn
@ 2001-11-24  8:17   ` Gerrit P. Haase
  1 sibling, 0 replies; 6+ messages in thread
From: Gerrit P. Haase @ 2001-11-24  8:17 UTC (permalink / raw)
  To: joerg eichhorn; +Cc: cygwin

Hallo joerg,

Am 2001-11-24 um 13:35 schriebst du:

> i've tried to complile php-3.0.18
> make will break with the following output:

> gcc -g -O2 -O2   -I. -I.                        -c functions/dns.c -o 
> functions
> dns.o
> functions/dns.c:58: arpa/nameser.h: No such file or directory
> functions/dns.c:59: resolv.h: No such file or directory
> make: *** [functions/dns.o] Error 1

> can somebody tell me what to do?

You need libresolv or libbind, there are some ports available
somewhere.  Someone posted the last days that bind 8.2.5 builds OOTB
(at least for him).

Ciao,

Gerrit P. Haase                            mailto:gp@familiehaase.de
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: problems compiling php
  2001-11-15 15:06   ` joerg eichhorn
@ 2001-11-24 17:24     ` joerg eichhorn
  0 siblings, 0 replies; 6+ messages in thread
From: joerg eichhorn @ 2001-11-24 17:24 UTC (permalink / raw)
  To: Gerrit P. Haase

hallo,

ich erlaube mir dich direkt anzusprechen, um die mailingliste nciht 
explodieren zu lassen.

vielen dank, jetzt bin ich schon mal ein kleines stueck weiter.
aber nur ein kleines, das naechste problem ist:
gcc -g -O2 -O2   -I. -I.                        -c functions/parsedate.c 
-o func
tions/parsedate.o
functions/parsedate.y: In function `parsedate':
functions/parsedate.y:876: invalid operands to binary /
make: *** [functions/parsedate.o] Error 1

der quelltext an der stelle ist
871 case 6:
872 #line 180 "functions/parsedate.y"
873 {
874 	    yyHaveRel = 1;
875 	;
876     break;}

in zeile
142 static int	yyHaveRel;
wird yyHaerel deklariert.

ist das das selbe problem, wie du es, wenn ich mich recht entsinne fuer 
php4 im modul datetime bei der variablen timezone, gepostet hast? wie 
aber ist es hier zu loesen?

vielen dank, fuer deine bemuehungen,
gruss joerg eichhorn


Gerrit P. Haase wrote:

> Hallo joerg,
> 
> Am 2001-11-24 um 13:35 schriebst du:
> 
> 
>>i've tried to complile php-3.0.18
>>make will break with the following output:
>>
> 
>>gcc -g -O2 -O2   -I. -I.                        -c functions/dns.c -o 
>>functions
>>dns.o
>>functions/dns.c:58: arpa/nameser.h: No such file or directory
>>functions/dns.c:59: resolv.h: No such file or directory
>>make: *** [functions/dns.o] Error 1
>>
> 
>>can somebody tell me what to do?
>>
> 
> You need libresolv or libbind, there are some ports available
> somewhere.  Someone posted the last days that bind 8.2.5 builds OOTB
> (at least for him).
> 
> Ciao,
> 
> Gerrit P. Haase                            mailto:gp@familiehaase.de
> 



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-11-25  1:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-15 14:16 problems compiling php joerg eichhorn
2001-11-15 14:20 ` Gerrit P. Haase
2001-11-15 15:06   ` joerg eichhorn
2001-11-24 17:24     ` joerg eichhorn
2001-11-24  8:17   ` Gerrit P. Haase
2001-11-24  4:36 ` joerg eichhorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).