ncurses tic

Trevor Woerner twoerner@gmail.com
Mon Mar 15 21:07:00 GMT 2010


- crosstool 1.6.1
- sample configuration i686-nptl-linux-gnu

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

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

I can work around this one by creating a symlink in the buildtools
directory shortly after the build starts.

I'm guessing there's a problem with:

<install>/lib/ct-ng-1.6.1/scripts/build/debug/300-gdb.sh

But I'm not sure how it needs to be changed.

Am I doing something unexpected?

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



More information about the crossgcc mailing list