Skip to content
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

error : ld: symbol(s) not found for architecture x86_64 #1301

Open
stings8 opened this issue Oct 20, 2019 · 4 comments
Open

error : ld: symbol(s) not found for architecture x86_64 #1301

stings8 opened this issue Oct 20, 2019 · 4 comments

Comments

@stings8
Copy link

stings8 commented Oct 20, 2019

I am trying to install pgrouting on any version that I try to give the same problem.
Screen Shot 2019-10-19 at 21 40 26

@cvvergara
Copy link
Member

@stings8
Instead of a screenshot can you copy/paste the whole process you do.
I've never tried to use clang, so that is new to me.
and the function _text_to_cstring comes from postgreSQL server, do you have it installed?

@stings8
Copy link
Author

stings8 commented Oct 24, 2019

@ stings8
Em vez de uma captura de tela, você pode copiar / colar todo o processo que você faz.
Eu nunca tentei usar o clang, então isso é novo para mim.
e a função _text_to_cstringvem do servidor postgreSQL, você a instalou?

git clone git://github.com/pgRouting/pgrouting.git
cd pgrouting
git checkout v3.0.0
tar xvfz pgrouting-3.0.0.tar.gz
cd pgrouting-3.0.0
mkdir build
cd build
cmake ..
make
sudo make install

I used these steps @cvvergara

@robe2
Copy link
Member

robe2 commented Oct 28, 2019

which version of PostgreSQL are you compiling against?

@cvvergara
Copy link
Member

cvvergara commented Oct 28, 2019

Also post the results of the instructions for example:

cmake  -DCMAKE_BUILD_TYPE=Debug ..
-- CMAKE_BUILD_TYPE Debug
-- DOXYGEN_MINIMUM_VERSION=1.7
-- SPHINX_MINIMUM_VERSION=1.1
-- POSTGRESQL_MINIMUM_VERSION=9.2.0
-- POSTGIS_MINIMUM_VERSION=2.0.0
-- GNU_CXX_MINIMUM_VERSION=4.6
-- CLANG_CXX_MINIMUM_VERSION=
-- MSVC_CXX_MINIMUM_VERSION=18.0
etc ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants