8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00
Commit Graph

68 Commits

Author SHA1 Message Date
kkuznetsov
aa4323c82a Adding linker option what prevent user to setting LD_LIBRARY_PATH 2002-12-07 13:50:30 +00:00
dimitr
48f4c114d0 Changes by Dimitry Sibiryakov. 2002-12-06 14:30:40 +00:00
kkuznetsov
c8a58909de Moving platform dependent linker option to platform files 2002-12-05 16:15:05 +00:00
eku
2274ed0734 gpre's built-in lannguage support is now an autoconf option. C/C++ are
mandatory, all others are optional. Default all=off.
Type 'configure --help' for details.
2002-12-02 11:17:04 +00:00
eku
35c22f01a6 Removed support for ADA, BASIC, COBOL, FORTRAN and PASCAL from gpre_boot. 2002-12-02 09:49:35 +00:00
skidder
db3692790b New changes by Dmitry Emanov. Configuration manager and Windows build environment improvements 2002-11-30 15:08:09 +00:00
skidder
9333b09fad A little more optimization wont hurt 2002-11-24 17:53:36 +00:00
kkuznetsov
5108897171 *** empty log message *** 2002-11-21 13:46:18 +00:00
eku
3ef71f0bba Include support for ADA and FORTRAN into gpre by default. 2002-11-21 10:08:42 +00:00
kkuznetsov
cef617b5c0 GPRE additional files on Solaris x86 2002-11-20 13:38:15 +00:00
eku
ec71a0cb44 Fixed compilation and linking on SINIX-Z (and probably on other POSIX
platforms).
2002-11-20 08:30:03 +00:00
eku
eed374c06a Autoconf:
o added tests for nttab.h sys/mntent.h sys/mnttab.h
 o added tests for getcwd getwd setmntent getmntent
 o ISC_PREFIX renamed to FB_PREFIX
 o major code cleanup in src/jrd/isc_file.cpp

Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 13:23:00 +00:00
skywalker
18e98d7fee Changed the default optimisation for prod builds. Current gcc 3.2
compilers have problems with -O2 -O3 and -march=i686 combinations
2002-11-18 03:07:00 +00:00
skywalker
7ece01fde7 Build ibase.h distribution file correctly 2002-11-16 03:14:26 +00:00
skywalker
186bb83591 Change rpmbuild to not need root access
Change install to only put in 'compatibility' libgds.so links if the
files do not already exist.
2002-11-16 02:17:16 +00:00
dimitr
fe1c935023 A few changes contributed by Dimitry Sibiryakov. 2002-11-14 13:53:37 +00:00
dimitr
78be0bfa8d Cleanup. 2002-11-14 13:40:04 +00:00
eku
6e0c47f8da We don't need profiling information! 2002-11-13 12:23:51 +00:00
eku
616c134010 Editline cleanup:
o removed obsolete readline tests
 o renamed readline into editline
 o editline is not enabled by default, enabled with '--with-editline'
2002-11-13 07:07:58 +00:00
dimitr
577e358677 More work regarding win32 builds via mingw. 2002-11-12 14:06:07 +00:00
eku
b73e55a42c File obsoleted by src/install/arch-specific/<platform>/Makefile.in 2002-11-12 09:12:53 +00:00
eku
7666ebb334 Moved plaform specific installation and packaging rules from
builds/posix/Makefile.in.install and builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 13:09:20 +00:00
skywalker
97edce5425 Changes to linux classic packaging/install 2002-11-11 05:55:18 +00:00
skywalker
19addcf638 Slight changes for linux compile to work with new ConfigRoot class 2002-11-09 13:23:56 +00:00
skywalker
5f475b8225 add firebird.conf into files moved to install area 2002-11-07 16:54:47 +00:00
skidder
183c7b4ee8 Make new config stuff compile on POSIX 2002-11-06 20:18:40 +00:00
skidder
40f937f4cf Make new config stuff compile on POSIX 2002-11-06 20:10:30 +00:00
dimitr
6d6ba677a0 We're going to support win32 builds made with mingw. 2002-11-06 12:58:45 +00:00
skywalker
a91efa1ae8 Added config_root.cpp file for posix. 2002-11-05 16:49:05 +00:00
kkuznetsov
cae491530e My 'as' do not eat pipes 2002-11-05 13:14:31 +00:00
nmcc
67e35ff1f8 Add extern sub directory to make clean target. 2002-11-05 01:51:24 +00:00
nmcc
40f601faa2 Move compiler/platform specific cflags from make.rules to individual
platform prefix files.
2002-11-05 01:49:39 +00:00
nmcc
ad2676c6e3 Use readline/editline setting from configure in makefiles. 2002-11-05 01:42:49 +00:00
kkuznetsov
caac44c4e8 *** empty log message *** 2002-11-01 13:22:35 +00:00
skidder
8e6622a20e Merging changes from skidder branch - explicit locks, savepoints, build system changes 2002-10-29 20:20:44 +00:00
eku
239355fa47 The file permissions must match the database attribute (read-only), otherwise
gpre will fail.
2002-10-14 09:21:11 +00:00
stryqx
9fe5739257 Add prefix.freebsd. 2002-10-12 04:59:10 +00:00
skywalker
21caad7564 Changed restore of isc4.gdb to not have read_only option 2002-10-11 21:41:06 +00:00
eku
018bf6723f Fixed compilation of qli. 2002-10-10 19:32:04 +00:00
eku
1e92334848 Compilation of the editline library depends on configure switches.
Added qli to the CS targets (needed by TCS).
2002-10-10 06:47:05 +00:00
eku
f75e4f0589 Updated settings with SINIX-2000 environment 2002-10-08 09:42:58 +00:00
skywalker
f35570a03b A few makefile dependancies fixed.
Started work on upgrading rpm build scripts
Fix makefiles for super build
Exchange editline for readline in isql
2002-10-07 01:29:13 +00:00
skidder
fc024e878f Little garbage cleanup. Shouldn't break anything 2002-10-04 21:57:21 +00:00
eku
8f561e9c06 Build and distribute 'gdef'. 2002-10-02 12:43:16 +00:00
skidder
13386e3861 Make it build on posix again 2002-09-28 20:56:59 +00:00
kkuznetsov
e2f036dd01 *** empty log message *** 2002-09-26 13:32:44 +00:00
kkuznetsov
d69b2f8c43 *** empty log message *** 2002-09-26 09:53:42 +00:00
kkuznetsov
03a4c67709 *** empty log message *** 2002-09-25 11:20:30 +00:00
eku
7debd9c9dd Call linker with $(LD) (and not $(CC) to link C++ programs.
Don't hard-code linker path (rpath option).
2002-09-24 13:01:12 +00:00
eku
910eca42c9 Activate memory debugging and a few more compiler warnings. 2002-09-24 12:59:34 +00:00