Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: m.pasotti on September 26, 2016, 12:29:53 pm

Title: tranlib not found in compiling a static library in C
Post by: m.pasotti on September 26, 2016, 12:29:53 pm
I'm trying to compile my simple static library project with the Intel C++ compiler.
I found the error:
/bin/sh: tranlib: command not found.

I'm under Cento6.
Title: Re: tranlib not found in compiling a static library in C
Post by: oBFusCATed on September 26, 2016, 08:23:27 pm
Do you have tranlib executable in the file system? If not you need to fix your toolchain executables in the Settings -> Compiler.
Title: Re: tranlib not found in compiling a static library in C
Post by: m.pasotti on September 30, 2016, 11:42:06 am
What is the tranlib the executable? I have no such file in my PC...
Title: Re: tranlib not found in compiling a static library in C
Post by: stahta01 on September 30, 2016, 04:34:12 pm
What is the tranlib the executable? I have no such file in my PC...

Do you know what a Compiler is?

If no, do some research and learn what a compiler is!

If yes, do you have the "Intel C++ compiler" installed on your computer.
If not installed, stop trying to use a Compiler you do NOT have!

Edit: Added link http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler#Compiler-neutral_setup_steps (http://wiki.codeblocks.org/index.php/Installing_a_supported_compiler#Compiler-neutral_setup_steps)

Tim S.