> 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.
>
> 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!