Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t2drG-005pQ2-0a for pgsql-general@arkaria.postgresql.org; Sun, 20 Oct 2024 21:53:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1t2drD-0021Mc-QK for pgsql-general@arkaria.postgresql.org; Sun, 20 Oct 2024 21:53:04 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t2drD-0021MT-F8 for pgsql-general@lists.postgresql.org; Sun, 20 Oct 2024 21:53:03 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1t2dr7-0027Dq-3r for pgsql-general@postgresql.org; Sun, 20 Oct 2024 21:53:03 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 49KLqrOf1400012; Sun, 20 Oct 2024 17:52:53 -0400 From: Tom Lane To: Barry Walker cc: Adrian Klaver , pgsql-general@postgresql.org Subject: Re: Help Resolving Compiler Errors With enable-dtrace Flag In-reply-to: References: <1da200de-588c-4d98-9d37-3e18640babee@aklaver.com> Comments: In-reply-to Barry Walker message dated "Sun, 20 Oct 2024 17:08:53 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <1400010.1729461173.1@sss.pgh.pa.us> Date: Sun, 20 Oct 2024 17:52:53 -0400 Message-ID: <1400011.1729461173@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Barry Walker writes: > Yes it was. My thinking though is that I am getting this error with every > probe, not just the ones in xact.c 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. regards, tom lane