File: mixviews.txt

package info (click to toggle)
ivtools-doc 0.7.10-1
  • links: PTS
  • area: main
  • in suites: potato, woody
  • size: 13,436 kB
  • ctags: 15,900
  • sloc: ansic: 687; sh: 139; makefile: 41; cpp: 24
file content (25 lines) | stat: -rw-r--r-- 861 bytes parent folder | download
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
Instructions for building MixViews on Linux with ivtools-0.7.4 or greater,
with libstdc++-2.8 or greater (requires egcs):

0. acquire and unpack the latest version of MixViews in a new directory:

  ftp://ftp.ccmrc.ucsb.edu/pub/MixViews/source/mxv-current-source.tar.gz

1. comment out the definition of APP_CCINCLUDES in MixView's Imakefile
(line 187) and change the ARCH_CCLDLIBS at line 128 to remove -lieee.

2. add an "int MAIN__;" near the top of main.C to work around a global
symbol required by libf2c.

3. Then run the ivtools ivmkmf with -a from that MixViews source
directory (make sure your CPU environment variable is set to LINUX --
ignore the make depend errors):

  ivmkmf -a

4. then do a make, ignoring the warnings from gcc:

  make -k

See ftp://ftp.create.ucsb.edu/pub/MixViews.html for more
information on obtaining and building MixViews.