File: buildnotes

package info (click to toggle)
tela 1.28-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,596 kB
  • ctags: 5,519
  • sloc: ansic: 14,013; cpp: 13,376; lex: 1,651; fortran: 1,048; yacc: 834; sh: 715; makefile: 464
file content (94 lines) | stat: -rw-r--r-- 3,298 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Ran ./configure .  Will have to grab the
changes to makefile that I did in
the version 1.27
Output of ./configure is shown below.
Note that we don't find bison++, so we just use
supplied parser (automatically).

Looks like Debian's libhdf is out of date and will
not work here.


This is the output.
homey 11 > rm config.cache 
rm: remove `config.cache'? y
homey 12 > ./config
bash: ./config: No such file or directory
homey 13 > ./configure
creating cache ./config.cache
checking for system type
System type is Linux.
Installation prefix (/usr/local/lib/tela) ?
/usr/lib/tela
Architecture-dependent installation prefix (/usr/lib/tela) ?

checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  ) works... yes
checking whether the C++ compiler (c++  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for cc... true
checking for CC... false
checking how to run the C++ preprocessor... c++ -E
checking for AIX... no
checking for POSIXized ISC... no
The rest of the script runs automatically.
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking for true... true
checking for bison++... touch d.y.c d.y.h;true
checking whether make sets ${MAKE}... yes
checking for ANSI C header files... yes
checking return type of signal handlers... void
checking for alloca.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for dlfcn.h... yes
checking for unistd.h... yes
checking for dld.h... no
checking for sys/rusage.h... no
checking for sys/procfs.h... yes
checking for ieeefp.h... no
checking for time.h... yes
checking for sys/types.h... yes
checking for sys/wait.h... yes
checking for sys/ioctl.h... yes
checking macro CLOCKS_PER_SEC in time.h... yes
checking for working alloca.h... (cached) yes
checking for alloca... yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking tv_usec in struct timeval in sys/time.h... yes
checking tv_nsec in struct timeval in sys/time.h... no
checking for popen... yes
checking for drand48... yes
checking for getrusage... yes
checking for sysconf... yes
checking for working unsigned char* outputter... yes
checking whether pointers are long... no they are int or long long
checking whether pointers are long long... no they must be int
checking whether char is unsigned... no
checking for matlab... false
checking for CDFlib in -lcdf... no
checking for completion_matches in -lreadline... yes
checking for main in -lblas... no
checking for main in -llapack... no
checking for SDreaddata in -lmfhdf... no
updating cache ./config.cache
creating ./config.status
creating makeinc
- Configure ready. Now edit makeinc, redefining at least all "unknown".
  Then type make.

Change reference to /usr/local/lib/tela in t/std.t