Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

error "C compiler cannot create executables"

Status
Not open for further replies.

gevy

Full Member level 6
Joined
Nov 17, 2004
Messages
340
Helped
60
Reputation
120
Reaction score
29
Trophy points
1,308
Location
Russia
Activity points
2,167
I start to use Linux.
To see USA patent images (format TIFF) from https://www.uspto.gov
I try to install plug-in called "Plugger" from https://fredrik.hubbe.net/plugger.html.
I read in Readme file:
To compile plugger, run:
./configure
make
But after ./configure I have error "C compiler cannot create executables".

What must I do?
 

You should install a C compiler -- gcc in linux.
 

Which Linux distribution you are using?
If you are trying to compile c program you need to have gcc compiler installed. for c++ program you will need g++ also along with gcc

To check use commands "which gcc" and "which g++" if the command output is "command not found" install the packages.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top