File: README.SUN

package info (click to toggle)
coin 1.0.4-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 13,272 kB
  • ctags: 14,754
  • sloc: cpp: 111,242; sh: 9,180; ansic: 5,303; makefile: 3,267; yacc: 174; lex: 99; perl: 8
file content (35 lines) | stat: -rw-r--r-- 1,384 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Here is some information about a few common problems when building on
Sun Solaris platforms:

========================================================================

 1 The Forte compiler suite for SunOS/Solaris might complain about
   undefined symbols when trying to link Coin.  When these symbols
   contains the string "Crun", it means that libCrun is not linked in
   on the link line, but should be.

   The workaround for this problem is to add LIBS="-lCrun" at the end
   of the Coin configure invocation line, something like this:

        $ <srcdir>/configure <youroptions> LIBS="-lCrun"

   To get -lCrun to work, you might also need to specify the linker
   path to that library.  Exactly where you will find it is system
   dependent, but somewhere under the Forte installation directory
   would be a good place to look.

   One user had libCrun in /opt/forte-6.1/SUNWspro/WS6U1/lib/.  As
   usual, "locate" and "find" are your friends.

   (To let configure know about this extra path, add LDFLAGS="-L<path>"
   at the end of the configure invocation, like explained for the LIBS
   setting above.)

========================================================================

These are so far the only problems we are aware of on Sun Solaris
platforms when trying to configure and build Coin. If you bump into
any other problems, please let us know.

--
mortene@sim.no