public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Mohamed Atef <mohamedatef1698@gmail.com>
Cc: gcc@gcc.gnu.org
Subject: Re: problem with Makefile.in generation in lingomp
Date: Fri, 20 May 2022 11:40:22 +0200	[thread overview]
Message-ID: <YodiBp3uADrer/Wm@tucnak> (raw)
In-Reply-To: <CAPFh8NKHNoW1_BknVi9yq2pm7ogKX08OtX+XiQbcguK=OnJo2w@mail.gmail.com>

On Fri, May 20, 2022 at 11:25:59AM +0200, Mohamed Atef wrote:
>    I downloaded the last version of the repo, but when I try to
> autoreconf
> in libgomp/
> i get this error "plugin/Makefrag.am:29: error: libgomp_la_LIBADD must be
> set with '=' before using '+='"
> line 29 in libgomp/plugin/Makefrag.am has
> "libgomp_la_LIBADD += $(DL_LIBS)"
> I removed this line and "autoreconf" worked fine.
> Do I miss some packages?

Are you using automake 1.15.1 that should be used?

Anyway, the error seems to be incorrect,
libgomp_la_LIBADD is set in libgomp/Makefile as
libgomp_la_LIBADD =
before
include $(top_srcdir)/plugin/Makefrag.am
a few lines later.

	Jakub


  reply	other threads:[~2022-05-20  9:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-20  9:25 Mohamed Atef
2022-05-20  9:40 ` Jakub Jelinek [this message]
2022-05-20  9:53   ` Mohamed Atef
2022-05-20 15:46     ` Jakub Jelinek
2022-05-20 15:44       ` Jakub Jelinek
2022-05-20 15:58       ` Mohamed Atef
2022-05-20 15:58         ` Mohamed Atef
2022-05-20 19:20           ` Mohamed Atef
2022-05-20 21:45             ` Mohamed Atef

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=YodiBp3uADrer/Wm@tucnak \
    --to=jakub@redhat.com \
    --cc=gcc@gcc.gnu.org \
    --cc=mohamedatef1698@gmail.com \
    /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).