Re: Help Resolving Compiler Errors With enable-dtrace Flag

From: Barry Walker <mstrchef7(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Help Resolving Compiler Errors With enable-dtrace Flag
Date: 2024-10-20 23:21:27
Message-ID: CAAiHg9Xt9hgavay1Cdza7JonZQ+PY0O77dL9hT7XZrgx6x4TfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Michel Pelletier 2024-10-21 03:29:13 Re: Using Expanded Objects other than Arrays from plpgsql
Previous Message Tom Lane 2024-10-20 21:52:53 Re: Help Resolving Compiler Errors With enable-dtrace Flag