Sarah wrote:
> And during make, I noticed that these new-added -DSQLITE_OMIT_XX did
> not appeared in the command lines.

Are you running the right makefile?

By default makes runs "Makefile" or "makefile", so unless one of those
two files includes your modified makefile or is linked to your modified
makefile, your modified file won't be run. I think the configure steps
you performed build a file called Makefile so that is probably what make
is using.

Try "make -f Makefile.linux-gcc"

Martin

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to