File: FreeBSD-HOWTO

package info (click to toggle)
libibtk 0.0.14-12.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,796 kB
  • ctags: 603
  • sloc: sh: 11,464; cpp: 2,665; makefile: 157; ansic: 2
file content (18 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Tested under FreeBSD 3.2 Release:

You must this to do a correct ibtk compile:

   -Remove g++ and c++ binaries (found in /usr/bin)
      (original c++ seems to be very susceptible or buggy!!??) 

   -Install egcs-1.1.2 (from /cdrom/packages/All)
	Make sure that gcc --version and g++ --version works fine.

   -Install gmake-3.77 (from /cdrom/packages/All)

  You *must* use gmake instead make (its not support 
    as well makefiles created by configure script).

  Now you can run ./configure script and run gmake.

 *** Symlink /usr/local/include/ibtk->/usr/include/ibtk no more needed ***