• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling ld: cannot find -lboost_filesystem

Windows vista :S

using latest TFS DevCpp (2.6) with 0.3.5pl1 sources, added -D__EXCEPTION_TRACKER__
 
Last edited:
You don't have that shared library (dll file on Windows). If you had missed the header file you would have a diffrent error.
 
He has outdated Dev-Cpp, sorry. And its rather your lazyness than bug (that's how he called this on PM). Don't call things that you cannot manage to fix yourself a "BUG", while for others everything is fine.
 
@exique:
By the way, i always have to change from
Code:
-lboost_filesystem
to
Code:
-llibboost_filesystem
. But it's on my Devek, not Forgotten Dev-Cpp xd
 
Back
Top