public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
@ 2011-08-11 19:23 rbrt.somerville at gmail dot com
  2011-08-11 19:25 ` [Bug bootstrap/50049] " rbrt.somerville at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: rbrt.somerville at gmail dot com @ 2011-08-11 19:23 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

             Bug #: 50049
           Summary: bootstrap fails if libcloog in unusual spot, even with
                    --with-cloog= set
    Classification: Unclassified
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: rbrt.somerville@gmail.com


i seem to have to have LD_LIBRARY_PATH set to point to libcloog library
directory ... --with-cloog= or --with-cloog-lib= is not enough . It fails when
it goes into stage 1, it cannot find libcloog to complete a link. I am under
impression i should not have to have LD_LIBRARY path set to do a bootstrap
w.r.t. libcloog

attaching:
objdir/x86_64-unknown-linux-gnu/libgcc/config.log


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
@ 2011-08-11 19:25 ` rbrt.somerville at gmail dot com
  2011-08-11 19:26 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rbrt.somerville at gmail dot com @ 2011-08-11 19:25 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

--- Comment #1 from robert somerville <rbrt.somerville at gmail dot com> 2011-08-11 19:25:31 UTC ---
Created attachment 24986
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24986
sorry, lost attachment first time

config.log


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
  2011-08-11 19:25 ` [Bug bootstrap/50049] " rbrt.somerville at gmail dot com
@ 2011-08-11 19:26 ` pinskia at gcc dot gnu.org
  2011-08-11 19:30 ` rbrt.somerville at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-08-11 19:26 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-11 19:26:26 UTC ---
>i seem to have to have LD_LIBRARY_PATH set to point to libcloog library

That is a standard non issue really as you are support to have the shared
libraries in a spot that can be found at runtime while building GCC.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
  2011-08-11 19:25 ` [Bug bootstrap/50049] " rbrt.somerville at gmail dot com
  2011-08-11 19:26 ` pinskia at gcc dot gnu.org
@ 2011-08-11 19:30 ` rbrt.somerville at gmail dot com
  2011-08-11 19:39 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: rbrt.somerville at gmail dot com @ 2011-08-11 19:30 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

--- Comment #3 from robert somerville <rbrt.somerville at gmail dot com> 2011-08-11 19:29:48 UTC ---
(In reply to comment #2)
> >i seem to have to have LD_LIBRARY_PATH set to point to libcloog library
> 
> That is a standard non issue really as you are support to have the shared
> libraries in a spot that can be found at runtime while building GCC.

then why the --with-cloog= option ?? , see documentation for building . i
quote:

"" In both cases --with-cloog configure option should be used if CLooG is not
installed in your default library search path. ""


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
                   ` (2 preceding siblings ...)
  2011-08-11 19:30 ` rbrt.somerville at gmail dot com
@ 2011-08-11 19:39 ` pinskia at gcc dot gnu.org
  2011-08-11 19:42 ` rbrt.somerville at gmail dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2011-08-11 19:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

--- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-11 19:39:04 UTC ---
(In reply to comment #3)
> "" In both cases --with-cloog configure option should be used if CLooG is not
> installed in your default library search path. ""

That is for built time library search path.  If you use a shared library rather
than a static archive then you also need to set up the runtime path.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
                   ` (3 preceding siblings ...)
  2011-08-11 19:39 ` pinskia at gcc dot gnu.org
@ 2011-08-11 19:42 ` rbrt.somerville at gmail dot com
  2011-08-11 19:56 ` rbrt.somerville at gmail dot com
  2011-08-11 19:57 ` rbrt.somerville at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: rbrt.somerville at gmail dot com @ 2011-08-11 19:42 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

--- Comment #5 from robert somerville <rbrt.somerville at gmail dot com> 2011-08-11 19:42:37 UTC ---
i have a static cloog library in there .. is there a compiler/configure
option i was supposed to use ???

On Thu, Aug 11, 2011 at 1:39 PM, pinskia at gcc dot gnu.org <
gcc-bugzilla@gcc.gnu.org> wrote:

> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049
>
> --- Comment #4 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-08-11
> 19:39:04 UTC ---
> (In reply to comment #3)
> > "" In both cases --with-cloog configure option should be used if CLooG is
> not
> > installed in your default library search path. ""
>
> That is for built time library search path.  If you use a shared library
> rather
> than a static archive then you also need to set up the runtime path.
>
> --
> Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug.
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
                   ` (4 preceding siblings ...)
  2011-08-11 19:42 ` rbrt.somerville at gmail dot com
@ 2011-08-11 19:56 ` rbrt.somerville at gmail dot com
  2011-08-11 19:57 ` rbrt.somerville at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: rbrt.somerville at gmail dot com @ 2011-08-11 19:56 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

--- Comment #6 from robert somerville <rbrt.somerville at gmail dot com> 2011-08-11 19:56:06 UTC ---
i believe that the build should use the static libcloog that exists, after all
the build has no problems with MPC,MPFR,GMP, and PPL needing an LD_LIBRARY_PATH


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug bootstrap/50049] bootstrap fails if libcloog in unusual spot, even with --with-cloog= set
  2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
                   ` (5 preceding siblings ...)
  2011-08-11 19:56 ` rbrt.somerville at gmail dot com
@ 2011-08-11 19:57 ` rbrt.somerville at gmail dot com
  6 siblings, 0 replies; 8+ messages in thread
From: rbrt.somerville at gmail dot com @ 2011-08-11 19:57 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50049

--- Comment #7 from robert somerville <rbrt.somerville at gmail dot com> 2011-08-11 19:57:18 UTC ---
i believe that the build should use the static libcloog that exists, after all
the build has no problems with MPC,MPFR,GMP, and PPL needing an LD_LIBRARY_PATH
, which are also in a non-standard location ( the same as libcloog )


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-08-11 19:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-11 19:23 [Bug bootstrap/50049] New: bootstrap fails if libcloog in unusual spot, even with --with-cloog= set rbrt.somerville at gmail dot com
2011-08-11 19:25 ` [Bug bootstrap/50049] " rbrt.somerville at gmail dot com
2011-08-11 19:26 ` pinskia at gcc dot gnu.org
2011-08-11 19:30 ` rbrt.somerville at gmail dot com
2011-08-11 19:39 ` pinskia at gcc dot gnu.org
2011-08-11 19:42 ` rbrt.somerville at gmail dot com
2011-08-11 19:56 ` rbrt.somerville at gmail dot com
2011-08-11 19:57 ` rbrt.somerville at gmail dot com

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).