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

Author Topic: Undefined reference to '__dyn_tls_init_callback'  (Read 1763 times)

0 Members and 1 Guest are viewing this topic.

melissa_goddard

  • Newbie
  • *
  • Posts: 8
    • View Profile
    • http://melissagoddard.deviantart.com
Undefined reference to '__dyn_tls_init_callback'
« on: February 08, 2012, 12:55:26 pm »
Hi

I have been running this program for a while now and have had adjust the compiler and debug settings so that I could transport it from uni to home and still make it work, which it wasn't doing before.

It worked for a little while and now it is not liking it and not sure why?

This is what I have:

Settings>Compiler and debugger settings>Search directories>Compiler

G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\SFML-1.6
G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\SFML-1.6\include
G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\MinGW\include
G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\MinGW\lib
G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\SFML-1.6\include\SFML


and in linker (Settings>Compiler and debugger settings>Search directories>Linker)

G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\SFML-1.6\lib
G:\Year 3\Undergrad Project\Dissertation_Version1.2\SFML\MinGW\lib

(SFML-1.6 is the folder which was downloaded from the sfml website and extracted)

Any ideas? I look forward to your replies
Kind Regards

Melissa

 

anything