-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmyconfigure.sh
More file actions
executable file
·67 lines (46 loc) · 1.76 KB
/
myconfigure.sh
File metadata and controls
executable file
·67 lines (46 loc) · 1.76 KB
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
#!/bin/bash
echo "This is the monkeyiq config invoker. please don't use it."
export CXX="ccache g++"
export CC="ccache gcc"
#export CXXFLAGS=" -Wold-style-definition $CXXFLAGS -O0 -g -p -fPIC -std=c++23 "
#export CFLAGS=" -Wold-style-definition $CFLAGS -O0 -g -pg -fPIC "
#export LDFLAGS=" -pg "
#export CXXFLAGS=" $CXXFLAGS -fsanitize=address "
#export CFLAGS=" $CFLAGS -fsanitize=address "
#ulimit -S -v unlimited
#ulimit -a
nice /ferris/configure \
--x-libraries=/usr/X11R6/lib \
--enable-debug \
--enable-djvu \
--with-pdftotext \
--enable-postgresql-tsearch2-indexing \
--disable-stlport \
--disable-fastinstall \
--disable-strigi \
--enable-quickerlinking \
--with-swig-perl
#--enable-fca \
#--enable-stlport-nocustomio \
#--with-sigcxx-2x=yes \
# --enable-hiddensymbols
# --disable-kde-extractor \
# --enable-gold
## --disable-xqilla --disable-xalanc
## --with-dbxml-prefix=/usr \
# --with-pathan2-source=/usr/local/src/libpathan-2.0beta
# --with-dbxml-prefix=/usr
#--with-swig-ocaml
#--enable-kde-extractor
#--enable-hiddensymbols \
# --with-dbxml-prefix=/usr \
# --with-dbxml-db4-prefix=/usr \
#--with-gnome-vfs-mime \
# --with-dbxml-prefix=/usr/local/dbxml \
# --with-dbxml-db4-prefix=/usr/local/dbxml/db4
# --with-swig-perl \
# --with-swig-python-version=python2.2 \
# --with-swig-python-prefix=/usr \
#--with-libmpeg3=/usr/local/src/libmpeg3-1.3 \
#--disable-fast-install
# --with-xml4c=/store/Lindev/xerces-c-src1_5_0