Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - konijn

Pages: [1]
1
General / Re: Build fails; 'undefined reference to..'
« on: October 06, 2024, 04:17:29 pm »
Example:
Code: [Select]
g++ main.o -o main -ilib/sfml/include -Llib/sfml/lib -lsfml-graphics -lsfml-window -lsfml-system

First time compiling C++ here, this helped. Just noting that it is
Code: [Select]
-Ilib not
Code: [Select]
-ilib

Pages: [1]
anything