From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C27D23858C50; Wed, 3 May 2023 10:43:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C27D23858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1683110630; bh=bI5HKEnLff/7AIezT0JwXhgTW2FZj5k1XI6ECHwx5T0=; h=From:To:Subject:Date:From; b=cfIiJzoyWcdjX1PNAB7hs/fjW410PcR6mBAI60jJ1A3Xf8pTvpbMQ0sbw7l6w0Egu +VPppP/g+bbPwd8mnnTeldiVzRBsAGphqB1EzsBZjo2Rzz4Mj15e3DvuZaO9FMA4uA Yzpx2zkFMNSvBjtRGw9dwbhJLrbUsD0RBsKbDYA8= From: "bug-reports.delphin at laposte dot net" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109710] New: OS X Lio : make failed -> ld: can't open -reexported_symbols_list file Date: Wed, 03 May 2023 10:43:49 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 13.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bug-reports.delphin at laposte dot net X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D109710 Bug ID: 109710 Summary: OS X Lio : make failed -> ld: can't open -reexported_symbols_list file Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bug-reports.delphin at laposte dot net Target Milestone: --- Created attachment 54974 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54974&action=3Dedit config.log Hi ! Thank you for studying my make process for GCC/G++ under Lion (OS X). SO, hereafter the main details given to "configure". Mac OS X : Lion (10.7.5) Hardware : Intel Core 2 Duo (X86_64) Compiler(s) used : the ones downloaded (and built) from your web site (ftp). Versions : 4.9 or 7.5 (successfully compiled and installed, usually working very well). Last suceesful GCC/G++ version compiled and installed : 11.3.0 (NB Later versions failed). Expected result : everything OK (NB Before I buy a new Mac computer). Result obtained : 1/ configure passed (seen the log file) 2/ configure dispalyed the appropriate messages (see the log file) 3/ make fails. The message dispalyed is the following one (see the log file) :=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 lipo -output libgcc_s.1.1.dylib \ -create libgcc_s.1.1.dylib_T* rm libgcc_s.1.1.dylib_T* MLIBS=3D`/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir/.= /gcc/xgcc -B/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir/./gcc/ -B/Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11= .4.2/bin/ -B/Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11= .4.2/lib/ -isystem /Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11.4= .2/include -isystem /Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11.4= .2/sys-include -fno-checking --print-multi-lib | sed -e 's/;.*$//'` ; \ for mlib in $MLIBS ; do \ cp ../${mlib}/libgcc/${mlib}/libgcc_s.dylib \ ./libgcc_s.1.1.dylib_T_${mlib} || exit 1 ; \ arch=3D`lipo -info libgcc_s.1.1.dylib_T_${mlib} | sed -e 's/.*:\ //'` ; \ /Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir/./gcc/xg= cc -B/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir/./gcc/ -B/Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11= .4.2/bin/ -B/Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11= .4.2/lib/ -isystem /Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11.4= .2/include -isystem /Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/x86_64-apple-darwin11.4= .2/sys-include -fno-checking -arch ${arch} -nodefaultlibs -dynamiclib \ -o libgcc_s.1.dylib_T_${mlib} \ -Wl,-reexport_library,libgcc_s.1.1.dylib_T_${mlib} \ -lSystem \ =20=20=20 -Wl,-reexported_symbols_list,/Volumes/External_7/_IT-GNU/_GNU-Compilers/_So= urce/_13,1,x/gcc-13.1.0/libgcc/config/darwin-unwind.ver \ -install_name /Volumes/External_7/_Ze-Bins/_GNU-Compilers/_13,1.x/lib/libgcc_s.1.dylib \ -compatibility_version 1 -current_version 1 ; \ done ld: can't open -reexported_symbols_list file: /Volumes/External_7/_IT-GNU/_GNU-Compilers/_Source/_13 collect2: error: ld returned 1 exit status my-make[3]: *** [/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Source/_13,1,x/gcc-13.1.0/libg= cc/config/t-slibgcc-darwin:139: libgcc_s.1.dylib] Error 1 my-make[3]: Leaving directory '/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir/x86_64-ap= ple-darwin11.4.2/libgcc' my-make[2]: *** [Makefile:19390: all-stage1-target-libgcc] Error 2 my-make[2]: Leaving directory '/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir' my-make[1]: *** [Makefile:25216: stage1-bubble] Error 2 my-make[1]: Leaving directory '/Volumes/External_7/_IT-GNU/_GNU-Compilers/_Workspace/_Build-Dir' my-make: *** [Makefile:1077: all] Error 2 Or, simply :=20 ld: can't open -reexported_symbols_list file: /Volumes/External_7/_IT-GNU/_GNU-Compilers/_Source/_13 collect2: error: ld returned 1 exit status Thank you ! Encl. 3 log (text) files=