From unknown Thu Sep 11 03:11:14 2025 X-Loop: help-debbugs@gnu.org Subject: bug#42566: Trying to build libtool 2.4.6 on HPE NonStop Resent-From: "Randall S. Becker" Original-Sender: "Debbugs-submit" Resent-CC: bug-libtool@gnu.org Resent-Date: Mon, 27 Jul 2020 21:45:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 42566 X-GNU-PR-Package: libtool X-GNU-PR-Keywords: To: 42566@debbugs.gnu.org X-Debbugs-Original-To: Received: via spool by submit@debbugs.gnu.org id=B.159588626622735 (code B ref -1); Mon, 27 Jul 2020 21:45:02 +0000 Received: (at submit) by debbugs.gnu.org; 27 Jul 2020 21:44:26 +0000 Received: from localhost ([127.0.0.1]:55874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Av3-0005ud-K4 for submit@debbugs.gnu.org; Mon, 27 Jul 2020 17:44:26 -0400 Received: from lists.gnu.org ([209.51.188.17]:55144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0Aly-0005gj-Vv for submit@debbugs.gnu.org; Mon, 27 Jul 2020 17:35:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42594) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Aly-0002gB-ON for bug-libtool@gnu.org; Mon, 27 Jul 2020 17:35:02 -0400 Received: from elephants.elehost.com ([216.66.27.132]:52967) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Alx-0001Bj-2x for bug-libtool@gnu.org; Mon, 27 Jul 2020 17:35:02 -0400 X-Virus-Scanned: amavisd-new at elehost.com Received: from gnash (CPE00fc8d49d843-CM00fc8d49d840.cpe.net.cable.rogers.com [173.32.57.223]) (authenticated bits=0) by elephants.elehost.com (8.15.2/8.15.2) with ESMTPSA id 06RLYo6A094286 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Mon, 27 Jul 2020 17:34:51 -0400 (EDT) (envelope-from rsbecker@nexbridge.com) From: "Randall S. Becker" Date: Mon, 27 Jul 2020 17:34:44 -0400 Message-ID: <045201d6645d$c210def0$46329cd0$@nexbridge.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0453_01D6643C.3B00C590" X-Mailer: Microsoft Outlook 16.0 Content-Language: en-ca Thread-Index: AdZkXV/TlTRr1QTjSEGXazSHlAhwRQ== Received-SPF: none client-ip=216.66.27.132; envelope-from=rsbecker@nexbridge.com; helo=elephants.elehost.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/27 17:34:52 X-ACL-Warn: Detected OS = FreeBSD 9.x or newer [fuzzy] X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, HTML_MESSAGE=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Mailman-Approved-At: Mon, 27 Jul 2020 17:44:24 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) This is a multipart message in MIME format. ------=_NextPart_000_0453_01D6643C.3B00C590 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Libtool Team, I'm getting a strange error after configure is run: CCLD libltdl/dlopen.la CC libltdl/lt__argz.lo CC libltdl/lt__strl.lo CCLD libltdl/libltdl.la libtool: error: not configured to extract global symbols from dlpreopened files This stops the build. I am not sure what to do about it. Note: We have no gcc on this platform, so configure is run using c99 (the most recent compiler we have). The platform is big endian Itanium and POSIX compliant - I also have an big endian x86 variant with the same effect. Advice would be appreciated. Thanks, Randall ------=_NextPart_000_0453_01D6643C.3B00C590 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi Libtool Team,

 

I’m = getting a strange error after configure is run:

 

  = CCLD     libltdl/dlopen.la

  CC       = libltdl/lt__argz.lo

  = CC       = libltdl/lt__strl.lo

  = CCLD     libltdl/libltdl.la

libtool:   error: not configured to extract = global symbols from dlpreopened files

 

This stops = the build. I am not sure what to do about it. Note: We have no gcc on = this platform, so configure is run using c99 (the most recent compiler = we have). The platform is big endian Itanium and POSIX compliant – = I also have an big endian x86 variant with the same = effect.

 

Advice would be appreciated.

 

Thanks,

Randall

------=_NextPart_000_0453_01D6643C.3B00C590--