Re: Help Resolving Compiler Errors With enable-dtrace Flag - Mailing list pgsql-general

From Barry Walker
Subject Re: Help Resolving Compiler Errors With enable-dtrace Flag
Date
Msg-id CAAiHg9Xt9hgavay1Cdza7JonZQ+PY0O77dL9hT7XZrgx6x4TfA@mail.gmail.com
Whole thread Raw
In response to Re: Help Resolving Compiler Errors With enable-dtrace Flag  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
> Now you tell us?

> If that's the case, I wonder whether probes.o is getting built
> correctly and included in the link.  The relevant bits are in
> src/backend/Makefile ... they don't look that easy to mess up,
> but maybe.

I thought I mentioned it in my original message but it wasn't super clear.

I just checked and you're right, the probes.o is not getting built for some reason. I don't even see it attempting to in the build output and when I add a debug print statement to the utils/probes.o rule I don't see that in the output. Either way that most certainly explains why I'm getting that error and gives me something to dig in to more. Thanks for the help!

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Help Resolving Compiler Errors With enable-dtrace Flag
Next
From: Michel Pelletier
Date:
Subject: Re: Using Expanded Objects other than Arrays from plpgsql