I'm new to g++ and compiling my C++ code in LINUX. I'm trying to connect several .o files as .lib using g++.
This is the command that I used "g++ -o ../fuzzy/fuzzy.lib example1.o example2.o" and got this error. Even though I try to connect a single object file and make a .lib, it doesn't work.
Your help is much appreciated.
Thanks