I got the linkage to work, but got a little problem with the collision itself.
if (Collision::BoundingBoxTest(const sf::Shape& Main, const sf::Shape& Ground)){
gravity *= -1;
}
Gave me:
"error: expected primary-expression before 'const'"
I'm not that good at using references, seeing that there's one there.