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

Author Topic: Static linking, getting undefined references  (Read 9865 times)

0 Members and 1 Guest are viewing this topic.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10988
    • View Profile
    • development blog
    • Email
AW: Static linking, getting undefined references
« Reply #15 on: July 19, 2013, 02:33:22 am »
You only need the TDM 4.7.1  builds ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

joshua1984

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Static linking, getting undefined references
« Reply #16 on: July 19, 2013, 02:42:23 am »
I know. I tried it once again. Still got those chkstk_ms errors

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: Static linking, getting undefined references
« Reply #17 on: July 19, 2013, 06:59:04 am »
Open up a command prompt and show us the output of mingw32-gcc -v.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

joshua1984

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Static linking, getting undefined references
« Reply #18 on: July 19, 2013, 06:38:58 pm »
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\Owner>mingw32-gcc -v
Using built-in specs.
Target: mingw32
Configured with: ../../gcc-4.4.1/configure --prefix=/mingw --build=mingw32 --ena
ble-languages=c,ada,c++,fortran,objc,obj-c++ --disable-nls --disable-win32-regis
try --enable-libgomp --enable-cxx-flags='-fno-function-sections -fno-data-sectio
ns' --disable-werror --enable-threads --disable-symvers --enable-version-specifi
c-runtime-libs --enable-fully-dynamic-string --with-pkgversion='TDM-2 mingw32' -
-enable-sjlj-exceptions --with-bugurl=http://www.tdragon.net/recentgcc/bugs.php
Thread model: win32
gcc version 4.4.1 (TDM-2 mingw32)


binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: Static linking, getting undefined references
« Reply #19 on: July 19, 2013, 07:00:53 pm »
gcc version 4.4.1 (TDM-2 mingw32)
There's your problem... 4.4.1 is not binary compatible with the nightly builds... either upgrade your MinGW or build SFML yourself.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

joshua1984

  • Newbie
  • *
  • Posts: 13
    • View Profile
Re: Static linking, getting undefined references
« Reply #20 on: July 20, 2013, 01:40:32 am »
gcc version 4.4.1 (TDM-2 mingw32)
There's your problem... 4.4.1 is not binary compatible with the nightly builds... either upgrade your MinGW or build SFML yourself.


Done. Now the circle is not drawing and the process is terminating with an error -(10737...ect)

 

anything