[postgis-tickets] [PostGIS] #3003: Will just not compile anymore on FreeBSD 10.1
PostGIS
trac at osgeo.org
Fri Nov 28 09:36:54 PST 2014
#3003: Will just not compile anymore on FreeBSD 10.1
------------------------+---------------------------------------------------
Reporter: martin5519 | Owner: pramsey
Type: defect | Status: new
Priority: high | Milestone: PostGIS 2.1.5
Component: postgis | Version: 2.1.x
Keywords: |
------------------------+---------------------------------------------------
Comment(by robe):
I found this which suggests you might have a mixup with 32-bit and 64-bit
libraries: http://stackoverflow.com/questions/9934549/very-strange-linker-
behavior
some suggestions from it
{{{
export LDFLAGS="$LDFLAGS -lm"
}}}
or something like
{{{
LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu
}}}
before configure and make might help. your paths are probably different
since you are on freebsd so you might need to play with the paths a bit
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3003#comment:7>
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