Library specification (e.g. -lmylib ) order dependent?
by johnkhobson from LinuxQuestions.org on (#5CM95)
It's been a while since I retired, but resumed programming recently. I put my development file structure on three linux systems, Ubuntu 20.04 on Windows Subsystem Linux (WSL), Debian on Chromebook, and Ubuntu 20.04 on a System 76 laptop. I had problems loading my apps with my private libraries, finally remembered the LD_LIBRARY_PATH, but still it seems the order is important on Ubuntu but not on Debian. I saw a link to Linux Standard Directory. Is this the issue?

