public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
From: "Saifi Khan" <saifi.khan@nishan.io>
To: libc-help@sourceware.org
Subject: Re: error: ‘__libc_single_threaded_internal’ undeclared
Date: Sun, 20 Nov 2022 17:41:04 +0000	[thread overview]
Message-ID: <20221120174104.11107.qmail@s411.sureserver.com> (raw)
In-Reply-To: <CAMXh4bWuxN-Lo3sDdbC22TC_hvmfDWRcmBdEeT9J3VJt3pAw8Q@mail.gmail.com>

>  -------Original Message-------
>  From: Adhemerval Zanella
>  
>  Do you mean by 'out-of-source-tree' that you are just trying to
>  compile the source without all the internal files and definitions?
>

Adhemerval, thanks for your kind reply.

The directory tree structure looks like this

/opt/work/linux/glibc/
├── build
└── src

In the build directory, i first execute a configure script (b02.sh)

DIR_ONE=/opt/work/linux/glibc

DIR_SRC=${DIR_ONE}/src
DIR_DST=${DIR_ONE}/root

      CC="gcc-12"
     CXX="g++-12"
  CFLAGS="-O2 -pipe"
CXXFLAGS="${CFLAGS}"

CC="gcc-12"  CXX="g++-12"  CFLAGS="-O2 -pipe"  CXXFLAGS="${CFLAGS}" ${DIR_SRC}/configure                        \
          --prefix=${DIR_DST}               \
          --exec-prefix=${DIR_DST}          \
          --datarootdir=${DIR_DST}/doc/share   \
          --datadir=${DIR_DST}/doc          \
          --docdir=${DIR_DST}/doc           \
          --htmldir=${DIR_DST}/doc          \
          --mandir=${DIR_DST}/doc/man       \
          --infodir=${DIR_DST}/doc/info     \
          --enable-add-ons                  \
          --disable-hidden-plt              \
          --disable-profile                 \
          --enable-stack-protector=no       \
          --enable-shared                   \
          --enable-ld=yes                   \
          --with-gnu-ld                     \
          --without-selinux
exit 0;

next i execute the build script (b04.sh)

make -j1

that's when the above mentioned error was seen.

Do you think anything needs to be changed in the options that are being passed to the configure script ?

warm regards
Saifi.

  reply	other threads:[~2022-11-20 17:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-20 13:55 Saifi Khan
2022-11-20 17:18 ` Adhemerval Zanella
2022-11-20 17:41   ` Saifi Khan [this message]
2022-11-20 18:15     ` Adhemerval Zanella
2022-11-20 18:27     ` Florian Weimer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221120174104.11107.qmail@s411.sureserver.com \
    --to=saifi.khan@nishan.io \
    --cc=libc-help@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).