Date: 02/27/99
- Next message: sas: "[PHP-DEV] CVS update: php3"
- Previous message: Bug Database: "[PHP-DEV] Bug #1154 Updated:"
- Next in thread: Jim Winstead: "Re: [PHP-DEV] dbase"
- Reply: Jim Winstead: "Re: [PHP-DEV] dbase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
while configuring --with-apache=... --with-dbase, libdbf.a does not get build
automatically.
BINNAME = libmodphp3.a
...
all: $(BINNAME)
...
libmodphp3.a: $(OBJS) $(FUNCTIONS) dbase/dbf_head.o dbase/dbf_rec.o
dbase/dbf_misc.o dbase/dbf_ndx.o
I don't see why libmodphp3.a depends on dbase/*.o files - the Makefile does
not have any rule to build it. They should be replaced through dbase/libdbf.a
since we have a rule for it.
dbase/libdbf.a:
(cd dbase; $(MAKE))
--Regards,
Sascha Schumann | Consultant | finger sas <email protected> | for PGP public key
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: sas: "[PHP-DEV] CVS update: php3"
- Previous message: Bug Database: "[PHP-DEV] Bug #1154 Updated:"
- Next in thread: Jim Winstead: "Re: [PHP-DEV] dbase"
- Reply: Jim Winstead: "Re: [PHP-DEV] dbase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

