Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: gdal - A translator library for raster geospatial data formats https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=205955 ------- Additional Comments From pertusus@xxxxxxx 2006-09-14 15:37 EST ------- (In reply to comment #34) > Well, it is found that: > > * on FC5, 'dap-config --libs' is okay (and 'dap-config --client-libs' bears > error) This is what is done by the configure.in, so on fc5 there is nothing to add in LDFLAGS to have dap support. > * on FC6-devel, 'dag-config --libs' won't work!! In the version in devel the libdap library has been split in 3: libdapclient, libdapserver and libdap. gdal needs to link against what is provided by libdapclient. In that version `dap-config --libs` provides only libdap. So it doesn't work, and that's why dap-config --clients-libs has to be added in LDFLAGS. In the previous version (in FC5), the libdap library is linked with dap-config --libs and since it is not split everything is okay. > RPM build errors: > Bad exit status from /var/tmp/rpm-tmp.80418 (%build) > > on FC6-devel, it must "dap-config --client-libs". > > So, a switch is needed so if dap-config accepts '--client-libs', use > it and otherwise, use '--libs' That's approximately what is done in the latest autoconf macro. I'll propose a patch for the spec file shortly. -- Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review