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,

On Monday 15 March 2010 22:07:00 Trevor Woerner wrote:
> When crosstool configures ncurses tic it does so as follows:
> ==> Executing: '/home/trevor/devel/crosstool/1.6.1/build/x86/targets/src/ncurses-5.7/configure
> --build=x86_64-suse-linux --host=x86_64-build_suse-linux-gnu

In fact, it's doing:
    [...]
    --build=${CT_REAL_BUILD}
    --host=${CT_BUILD}
    [...]

> --prefix=/usr --without-shared --enable-symlinks
> --with-build-cc=x86_64-suse-linux-gcc
> --with-build-cpp=x86_64-suse-linux-gcc --with-build-cflags= -pipe
> --without-ada'

I already have seen some weirdness on the openSuSE machine of a friend of
mine. He was not interested in a native gdb for his target, and I had no
time to investigate. Now is a good time, as someone seems interested in
fixing this! :-)

> But I think it should instead be:
> --with-build-cc=x86_64-build_suse-linux-gnu-gcc
> --with-build-cpp=x86_64-build_suse-linux-gnu-gcc

Not quite sure... build.log, please.

> Am I doing something unexpected?

That sample is just bulding fine for me. I did not want to reproduce the
1.6.0 error, where not all samples were tested, so for 1.6.1 I tested all
samples on my machine (Debian lenny 5.0.4). 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.

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.  |
'------------------------------^-------^------------------^--------------------'



--
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]