COIN-OR::LEMON - Graph Library

Opened 5 years ago

Closed 5 years ago

#617 closed defect (invalid)

Typo in shared library names: it installs libemon.so

Reported by: yurivict Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.4 release
Component: core Version: hg main
Keywords: Cc:
Revision id:

Description

1.3.1 installs:

lib/libemon.so
lib/libemon.so.1.3.1

Change History (2)

comment:1 Changed 5 years ago by Alpar Juttner

It is intentional and actually follows a funny old habit. (See e.g. lex). The library is given to the compiler using the -l switch, thus if you want to link your code to LEMON, you will write

gcc mycode.cc -lemon

(Instead of -llemon)

comment:2 Changed 5 years ago by Peter Kovacs

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.