News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

tranlib not found in compiling a static library in C

Started by m.pasotti, September 26, 2016, 12:29:53 PM

Previous topic - Next topic

m.pasotti

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.

oBFusCATed

Do you have tranlib executable in the file system? If not you need to fix your toolchain executables in the Settings -> Compiler.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

m.pasotti

What is the tranlib the executable? I have no such file in my PC...

stahta01

#3
Quote from: m.pasotti on September 30, 2016, 11:42:06 AM
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

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]