This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ncurses tic


Trevor, All,

[Sorry, forgot to CC the list...]

On Tuesday 16 March 2010 02:44:20 Trevor Woerner wrote:
> Thank you for being interested in looking into this for me. I've
> attached my build log compressed with xz and would be happy to try out
> whatever you suggest. I would CC the list but I don't think they'd
> want a 500K build log in their inboxes.

Yes, nice! :-)

> On Mon, Mar 15, 2010 at 5:30 PM, Yann E. MORIN
> <yann.morin.1998@anciens.enib.fr> wrote:
> > So if you just recalled that
> > sample, you did nothing wrong, but there seems to be some issue with how
> > openSuSe (and SuSE?) configured their tuple... We'll have to fix that,
> > if you have a little time to investigate. But first, I'd need your
> > build.log, please.
> Well, I did tweak them a *little* bit, but only on the "Paths and misc
> options" page to change some of the locations and increase the log
> verbosity.

Care to test the attached fix, please ?

It may not be the final fix, but I need to know if it works on your system
so I can come up with a proper fix.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
diff --git a/scripts/build/debug/300-gdb.sh b/scripts/build/debug/300-gdb.sh
--- a/scripts/build/debug/300-gdb.sh
+++ b/scripts/build/debug/300-gdb.sh
@@ -161,7 +161,7 @@
         # tools instead of searching for the native ones...
         CT_DoExecLog ALL                                                    \
         "${CT_SRC_DIR}/ncurses-${CT_DEBUG_GDB_NCURSES_VERSION}/configure"   \
-            --build=${CT_REAL_BUILD}                                        \
+            --build=${CT_BUILD}                                             \
             --host=${CT_BUILD}                                              \
             --prefix=/usr                                                   \
             --without-shared                                                \

--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]