[postgis-tickets] [PostGIS] #2649: cu_varint.o: undefined reference to symbol 'lround@@GLIBC_2.2.5'
PostGIS
trac at osgeo.org
Sat Feb 22 12:46:09 PST 2014
#2649: cu_varint.o: undefined reference to symbol 'lround@@GLIBC_2.2.5'
------------------------------------+---------------------------------------
Reporter: strk | Owner: nicklas
Type: defect | Status: closed
Priority: medium | Milestone: PostGIS 2.2.0
Component: build/upgrade/install | Version: trunk
Resolution: fixed | Keywords:
------------------------------------+---------------------------------------
Comment(by nicklas):
# libtool --version
ltmain.sh (GNU libtool) 2.2.6b
But I also see that I probably should have used lround instead of round
since I expect a long integer in return. Maybe that is what makes things
go wrong.
It is two occasions in "lwout_twkb.c" where round is used.
Maybe you could test by changing to lround?
I was also wrong earlier about that all tests passes locally. I get the
same error as Jenkins. But it builds and all cunit tests passes
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2649#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list