public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Dave Korn <dave.korn.cygwin@googlemail.com>
To: Robert Oeffner <robert@oeffner.net>
Cc: gcc@gcc.gnu.org
Subject: Re: compiling libgomp separately
Date: Sat, 01 Aug 2009 11:58:00 -0000	[thread overview]
Message-ID: <4A743103.4030605@gmail.com> (raw)
In-Reply-To: <39B32765B4ED4A938B9251461100C411@Dirac>

Robert Oeffner wrote:
> Hi,
> I'm trying to port GCC 4.4.0 to interix. I have some issues with
> libgomp. To save time rather than bootstrapping GCC each time I make a
> change I would like to compile libgomp separately to make my amendments
> take effect. So I copied gcc-4.4.0/libgomp/ to a separate folder
> mylibgomp/ and from there ran ../gcc-4.4.0/libgomp/configure and gmake
> in that folder. libgomp does compile object files but no library files,
> libgomp.so and libgomp.a. Are there anyone who could point out what I'm
> doing wrong?

  You can't use the subdirectory configures like that, they depend on the
top-level configure to pass stuff down to them.  What you need to do is do a
full bootstrap once, then cd into your $objdir/$target/libgomp and just run a
"make all" at that level.

    cheers,
      DaveK

  reply	other threads:[~2009-08-01 11:58 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-01 11:28 Robert Oeffner
2009-08-01 11:58 ` Dave Korn [this message]
2009-08-02 19:37 ` Jim Wilson

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=4A743103.4030605@gmail.com \
    --to=dave.korn.cygwin@googlemail.com \
    --cc=gcc@gcc.gnu.org \
    --cc=robert@oeffner.net \
    /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).