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]

ncurses tic


- 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


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