Hi,
not familiar with mailing list and how to provide
information on Bugs.
Just to help I have encountered the same problem
identified in Bugzilla with Number 167.
Had a look and to help in the resolving here are
some information I found :
in src/Makefile.in you can find :
OPT_DNSSERVER_EXE = dnsserver$(exec_suffix)
DNSSERVER_EXE = @OPT_DNSSERVER_EXE@
OPT_PINGER_EXE = pinger$(exec_suffix)
PINGER_EXE = @OPT_PINGER_EXE@
After isuing a configure you can find in
src/Makefile the following :
OPT_DNSSERVER_EXE = dnsserver$(exec_suffix)
DNSSERVER_EXE =
OPT_PINGER_EXE = pinger$(exec_suffix)
PINGER_EXE =
So the configure script is removing the variables
when making the Makefile.
So rahter than commenting lines 232 and 226 looks better
to complete the header of src/Makefile with the first
assignement block.
Hope it could help someone.(I saw that bug is assigned to wessels)
See ya
Received on Mon Jun 11 2001 - 09:54:49 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:37 MST