public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* Where are the library search paths for linking libstdc++ set?
@ 2023-11-24  8:02 Julian Waters
  0 siblings, 0 replies; only message in thread
From: Julian Waters @ 2023-11-24  8:02 UTC (permalink / raw)
  To: libstdc++

Quick question: Where are they set? I believe there has been an
oversight with the new revamped win32 threads that gcc has, where
instead of searching for the newly compiled libgcc_s.a, it searches
for the libgcc_s.a file inside the existing gcc installation first. If
the existing gcc install is not a win32 threaded one (Eg it uses POSIX
or the new mcfg threads) linking of libstdc++ will fail. I'm looking
for where the flags are set currently so I can move the directory that
the newly compiled libgcc_s.a is located in to the front of the
compiler library search paths where it should be, so it can be picked
up first before the system installation of libgcc_s.a. Does anyone
know where it is?

best regards,
Julian

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-24  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-24  8:02 Where are the library search paths for linking libstdc++ set? Julian Waters

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).