My linker cmd line is:
/usr/local/bin/g++-8 -L/usr/local/lib -lfmt -o "trail2" ./src/trail2.o
My error is:
ld: symbol(s) not found for architecture x86_64
Which flags am I missing to solve this problem.
My linker cmd line is:
/usr/local/bin/g++-8 -L/usr/local/lib -lfmt -o "trail2" ./src/trail2.o
My error is:
ld: symbol(s) not found for architecture x86_64
Which flags am I missing to solve this problem.