Hello,
When I try to compile dwg2dxf-2.1 ./configure list:
checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes
I deduced that I do not have a cross-complier installed. How can I installed this option ?
Thank.
On Thu, Mar 7, 2013 at 2:19 PM, Patrick Dupre < Patrick.Dupre@univ-littoral.fr> wrote:
Hello,
When I try to compile dwg2dxf-2.1 ./configure list:
checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes
I deduced that I do not have a cross-complier installed. How can I installed this option ?
Thank.
-- ==============================**==============================**========== Patrick DUPRÉ | | email: pdupre@kegtux.org Laboratoire de Physico-Chimie de l'Atmosphère Université du Littoral-Côte d'Opale | | Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44 189A, avenue Maurice Schumann | | 59140 Dunkerque, France ==============================**==============================**==========
You could look for one in the software repositories(?) under
Activities -> Show Applications -> System Tools -> Software
Hope this helps,
Richard
On 03/07/2013 11:19 PM, Patrick Dupre wrote:
Hello,
When I try to compile dwg2dxf-2.1 ./configure list:
checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes
I deduced that I do not have a cross-complier installed.
Correct.
How can I installed this option ?
Pardon, I am not familiar with this package, but why do you expect a cross-compiler?
This configure script is telling you it is compiling a package "natively". This is what you normally would expect.
Ralf