Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CentOS 5.4 / 6.3 Make Fails. #63

Closed
Re-Boot opened this issue Jun 7, 2013 · 4 comments
Closed

CentOS 5.4 / 6.3 Make Fails. #63

Re-Boot opened this issue Jun 7, 2013 · 4 comments
Labels

Comments

@Re-Boot
Copy link

Re-Boot commented Jun 7, 2013

When trying to make on ver vips-7.32.3 i get the following

libtool: link: gcc -std=gnu99 -g -O2 -o .libs/find_mosaic find_mosaic.o -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -I/usr/lib64/glib-2.0/include -I/usr/include/libxml2 -I/usr/include/libpng12 -I/usr/include/glib-2.0 -Wl,--export-dynamic ../libvips/.libs/libvips.so -lpng12 -lz -ljpeg -lgmodule-2.0 -lxml2 -lgobject-2.0 -lglib-2.0 -lm -lstdc++
../libvips/.libs/libvips.so: undefined reference to g_thread_init' collect2: ld returned 1 exit status make[2]: *** [find_mosaic] Error 1 make[2]: Leaving directory/root/vips-7.32.3/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/vips-7.32.3'
make: *** [all] Error 2

I can install ver vips-7.30.3 no issues.

@jcupitt
Copy link
Member

jcupitt commented Jun 9, 2013

Oh dear, sorry. There was a big change in glib's threading in 2.32 and it's become harder to support the new system and the old one together.

Could you try this? It should fix it, I think:

http://www.vips.ecs.soton.ac.uk/development/vips-7.32.4.tar.gz

If you give a thumbs-up I'll make an official 7.32.4.

@Re-Boot
Copy link
Author

Re-Boot commented Jun 10, 2013

Yes that worked much better Thanks for the quick response.

@jcupitt
Copy link
Member

jcupitt commented Jun 10, 2013

OK, I'll make 7.32.4 tomorrow. Thanks for the report.

@jcupitt jcupitt closed this as completed Jun 10, 2013
@jcupitt
Copy link
Member

jcupitt commented Jun 11, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants