Date: 02/27/99
- Next message: eschmid: "[PHP-DEV] CVS update: php3/doc/chapters"
- Previous message: eschmid: "[PHP-DEV] CVS update: php3/functions"
- In reply to: sas <email protected>: "[PHP-DEV] dbase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I don't know what the best fix is, but when building the library, you
have to include the dbase/*.o files directly because on most systems
you can't include one library within another, which is probably why
the dependency looks like that.
I can't wait for PHP4 so we can modularize this stuff. It will be
easier to justify putting things like the dbase extension into its
own distribution and people will know how unsupported it is by how
long it goes before anyone updates it...
Jim
On Feb 27, sas <email protected> wrote:
> 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>
>
>
-- 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: eschmid: "[PHP-DEV] CVS update: php3/doc/chapters"
- Previous message: eschmid: "[PHP-DEV] CVS update: php3/functions"
- In reply to: sas <email protected>: "[PHP-DEV] dbase"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

