Milos Jakubicek wrote: > Bill Nottingham wrote: >> rezso libgeotiff > > This one fails because of -fstack-protector...what to do -- remove > -fstack-protector or not? > > Failed build: > http://koji.fedoraproject.org/koji/getfile?taskID=1313019 Fixed link: http://koji.fedoraproject.org/koji/taskinfo?taskID=1313019 >From the build.log: > ld -shared This package is trying to link with ld, which is not allowed, it needs to link with gcc -shared instead. Please fix the makefile. Note that these warnings: > ./geo_new.c:242: warning: dereferencing type-punned pointer will break > strict-aliasing rules > ./geo_print.c:492: warning: dereferencing pointer 'sptr' does break > strict-aliasing rules > ./geo_write.c:135: warning: dereferencing type-punned pointer will break > strict-aliasing rules also need fixing! Kevin Kofler -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list