bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Compiling ncurses...


From: Jose Luis Rico Botella
Subject: Compiling ncurses...
Date: Thu, 10 Apr 2003 19:14:53 +0200

Hello group:

I would like to compile ncurses library 5.3 with 64 bits. I have another ncurses library with 32 bits code on my system and I don't like overwrite it.

To configure I used this variables:


Export cflags= -m64

./configure --prefix=/home/xprogc/ncurses  --with-default-terminfo-dir=/home/xprogc/ncurses --disable-overwrite

Make


…. Error code ..

gcc ../objects/tic.o  ../objects/dump_entry.o -L../lib -lncurses -o tic
ld: fatal: file ../objects/tic.o: wrong ELF class: ELFCLASS64
ld: fatal: File processing errors. No output written to tic
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `tic'
Current working directory /home/xprogc/ncurses-5.3/progs
*** Error code 1
make: Fatal error: Command failed for target `all'

There is a ncurses (5.2) library (32 bits code) on /usr/local/lib.

Thanks,
Jose L.
Spain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]