Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] CGAL linking problem in code

Subject: CGAL users discussion list

List archive

[cgal-discuss] CGAL linking problem in code


Chronological Thread 
  • From: ujur007 <>
  • To:
  • Subject: [cgal-discuss] CGAL linking problem in code
  • Date: Sun, 23 Sep 2018 04:36:46 -0500 (CDT)
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None ; spf=SoftFail ; spf=Pass
  • Ironport-phdr: 9a23:w2TfHBZAbuvDcj5JG/uzCLD/LSx+4OfEezUN459isYplN5qZoM69bnLW6fgltlLVR4KTs6sC17KJ9fi4EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCa/bL9oMBm6sRjau9ULj4dlNqs/0AbCrGFSe+RRy2NoJFaTkAj568yt4pNt8Dletuw4+cJYXqr0Y6o3TbpDDDQ7KG81/9HktQPCTQSU+HQRVHgdnwdSDAjE6BH6WYrxsjf/u+Fg1iSWIdH6QLYpUjmk8qxlSgLniD0fOjA38G/ZlM9+gr9Urx29qBJy2JLUbYOJOPZiYq/RYc0WSGxcVchRTSxBBYa8YpMSD+oDIOZYtZXxq0cMoBCjAgSsGeHvyj1Gh3Ds2a06yf4uER3G3AwnAt0CrGjYodfuOacdVOC61qjIzTHZY/xK3jf97ZHFfxY8qv+CWrJwdNDeyUgpFw7diFWfs5fqMCiR1usTqWSU8+1gVeephmU6qA9xuiCiytooh4TNnI4YxFPJ+T96zYs0P9G1SU92bNi5G5VKrS6aLZF5QsY6TmFopik6zroGtIa9fCUF0pgnwQTQZOecfIiM/B3vTvqeITB9hH59ebK/gQi98VS4x+HhUsS51ExGoyRGn9XWtX0A1gbf58mGR/dl+0euwzeP1wTd6uFeJkA0kLLWK4Mjwr4ymJscq0DDHjXsl0XqjK+WcVgr9vS05+nlebjmqZqcOJV1igH6KKghhsu/AeEgPggUQ2eb4fi81KHk/UDhXLpKgec5kq3AvJ/HJMQbvbK2AxJO0oY48Bu/FDen0NEAnXYdNl5FeRSHj5LoO17UOvz4A+2/0ByQl2JgyPnCe7HgGZ7QNWPrkbH7fL875VQP5hA0yIVC5Y9OUuleaKbuWE3uvdjCBwM5NADsm7nPB9B014dYUmWKVPzKeJjOuEOFs7p8a9KHY5UY7W6keqoVosX2hHp8omczOKyg3J8Zcne9R600LECQYH6qidAEQzxT4lgOCdfygVjHagZ9Im6oVvtltD4+AYOiS4zEQ9L12eHT7GKABpRTI1t+JBWMHHPvLtjWXatKbiuYKMts1DcDUOr4Rg==

I am using CGAL with eclipse IDE. I have some problems in linking the error
is as follows.
I checked the cross g++ linker settigns and there is already "
-l/usr/include/CGAL"

11:30:57 **** Incremental Build of configuration Debug for project exersice
****
make all
Building target: exersice
Invoking: Cross G++ Linker
g++ -L/home/ujjval/Downloads/CGAL-4.13-beta1 -L/usr/include/CGAL -o
"exersice" ./src/cgal.o ./src/example.o -lCGAL -l/usr/include/CGAL
/usr/bin/ld: cannot find -l/usr/include/CGAL
collect2: error: ld returned 1 exit status
make: *** [exersice] Error 1
makefile:45: recipe for target 'exersice' failed

11:30:57 Build Failed. 3 errors, 0 warnings. (took 487ms)





--
Sent from: http://cgal-discuss.949826.n4.nabble.com/


  • [cgal-discuss] CGAL linking problem in code, ujur007, 09/23/2018

Archive powered by MHonArc 2.6.18.

Top of Page