RSS/Atom feed Twitter
Site is read-only, email is disabled

trying to cross-compile GIMP - problem with pthreads

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

trying to cross-compile GIMP - problem with pthreads Victor Oliveira 27 Apr 02:14
  trying to cross-compile GIMP - problem with pthreads Nicolas Robidoux 27 Apr 02:23
Victor Oliveira
2012-04-27 02:14:10 UTC (almost 12 years ago)

trying to cross-compile GIMP - problem with pthreads

Hello everyone,

I've been trying to cross-compile GIMP and I think I'm close, but there is an error that I couldn't find a way through. After building BABL and GEGL with success, I have the following error:

CCLD gimp-console-2.8.exe x86_64-w64-mingw32-gcc: error: unrecognized option '-pthread'

config.log: http://pastebin.com/R4LnZ0U0 make log: http://pastebin.com/HxJLmnUB

I'm using MinGW-w64:

victorm@trinity-laptop ~/gimp_windows/gimp $ x86_64-w64-mingw32-gcc -v Using built-in specs.
COLLECT_GCC=x86_64-w64-mingw32-gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-w64-mingw32/4.6.1/lto-wrapper Target: x86_64-w64-mingw32
...
Thread model: win32
gcc version 4.6.1 (GCC)

I feel I'm getting closer to finally cross-build GIMP, but please help :)

Nicolas Robidoux
2012-04-27 02:23:21 UTC (almost 12 years ago)

trying to cross-compile GIMP - problem with pthreads