User forums > Using Code::Blocks

Making a Static Library

(1/1)

NightOfFear:
I am using Code Blocks 10.05 on Windows XP 5.1 (SP3).

I would like to make a static library with the suffix .lib but when I choose the static library option, the ouput is 3 file types with the suffices .o, .a and .cbp.

How can I make a library file with the suffix .lib.

Thanks,
Peter.

oBFusCATed:
Use a compiler which supports the generation of .lib static libraries. (Visual C++ or compatible)

NightOfFear:
I was using the default GNU GCC.  I did  not realize it did not make .lib files.

Thanks,
Peter.

Navigation

[0] Message Index

Go to full version