> I originally wrote:
>
>>In a new and interesting development the php4 configure is now failing
>>on
> this call
>
>>checking for executable suffix... configure: error: installation or
> configuration problem: compiler cannot create executables
Check out your config.log. It may be causing your later problems.
>>however, make dies because it cannot find :
>>midgard.c:31: midgard/authfailure.h: No such file or directory
>
> I fixed this by removing the midgard/ from in front of the include
> statements in midgard.c (as all of the others did not have them, and
> the include from the make was:
They are meant to be in ${prefix}/include/midgard, with ${prefix}/include
being provided during compilation. midgard-config --includes should show
the latter.
> the first three includes, authfailure.h, midgard.h, and tablenames.h
> all had midgard/ in front of them.
Which is as it should be. The include path offered by midgard-config should
take care of matters; if not, it's midgard-config that needs fixing.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]