A #question for some #linux #experts .. I THINK I may have found the answer already but being used to NON-Linux environments this to me comes out like a "REALLY ??" .. in Windows/VS when you compile something in C++ the order in which you specify the ( static ) libs you link with DOES NOT matter, the linker will "fill the gaps" anyway .. but it seems I finding out - the HARD way - that in Linux/G++ it DOES MATTER , if you put A,B instead of B,A it may not work, is that intentional ???! 😮
.. obsessed about BIG lizards with BIG tails ( side effect of too much Visual Studio )