-
Notifications
You must be signed in to change notification settings - Fork 917
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
Build breaks - undefined references in spgsql.o (SVN) #405
Comments
Attachment '' (make.txt) https://gist.github.com/5466714 |
Attachment '' (configure.txt) https://gist.github.com/5466715 |
Attachment '' (bootstrap.txt) https://gist.github.com/5466716 |
Attachment '' (configure.ac.diff) https://gist.github.com/5466717 |
Author: anon |
Author: anon A workaround would be running the configure script twice, as OBJECTLIBS has been generated before the second run. |
Author: anon |
Author: peter |
Author: anon As long as the code in configure.ac lines 563-582 tried to read OBJECTLIBS before it is generated in line 604 the build will fail. |
Author: ahu |
SVN rev 2291 seems to have introduced a build breaking bug for me. During linking spgsql.o shows a lot of undefined references - see attached make.txt
configure line is: ./configure --prefix=/opt/pdns --enable-pdns-server --with-modules="gpgsql geo pipe pdns" --enable-botan1.8 --no-recursion
root@dev:~# uname -a
Linux dev.home.hitzemann.org 2.6.32-5-amd64 #1 SMP Mon Oct 3 03:59:20 UTC 2011 x86_64 GNU/Linux
root@dev:~# cat /etc/debian_version
6.0.3
Postgres version: 9.1.1-1~bpo60+1
The text was updated successfully, but these errors were encountered: