verbguy
608b4dc06c
suppress more HP-UX warnings
2009-08-26 14:13:51 +00:00
paulbeach
08a1fde1a8
Adjust installer and add script to handle SuperClassic
2009-08-26 08:47:59 +00:00
verbguy
3ece88d3bc
+Ofast is too much. For example, it implies +DSnative, but we really want default +DSblended
2009-08-17 17:57:00 +00:00
paulbeach
ae8eeb3333
64bit MacOSX needs the same flags as 32bit
2009-08-10 10:13:51 +00:00
alexpeshkoff
46e7388ecc
We perform C++, not plain C compilation - therefore ese CXXFLAGS instead of CFLAGS
2009-08-07 13:29:02 +00:00
paulbeach
060957aa2b
Fix a problem with the name and location of the util library
2009-08-06 10:45:41 +00:00
uid87371
15b9a3c73c
Bug in clean_all - patch from Bill Oliver
2009-08-05 11:45:07 +00:00
alexpeshkoff
1f53a3e437
Fixed posix build - thanks to Bill Oliver
2009-08-05 11:16:56 +00:00
alexpeshkoff
e7fd0e4168
s390 port - added forgotten file
2009-08-04 11:01:22 +00:00
alexpeshkoff
7e31cce6d1
Solaris port - -fast does not provide correct FB code
2009-08-04 10:59:00 +00:00
asfernandes
4171c16988
Some things discussed with Dmitry and Claudio - rename the new function to fb_print_blr, use ULONG parameter for blr_length and return int
2009-08-03 15:52:48 +00:00
asfernandes
4759973045
Fixed CORE-2576 - Server may crash parsing wrong or truncated BLR
...
Full rebuild required - CMP_compile2 prototype changed
2009-08-02 04:10:07 +00:00
alexpeshkoff
c4255b2f4e
Always build threaded binaries. This lets simplify configure.in a bit.
2009-07-29 10:56:26 +00:00
alexpeshkoff
fa6f01ca3e
Remove symbolic links in build directory when doing "make clean"
2009-07-29 08:15:51 +00:00
alexpeshkoff
fec5a06b91
HPUX port
2009-07-28 12:28:26 +00:00
paulbeach
540788a587
Missing symbols on MacOSX
2009-07-24 13:10:05 +00:00
alexpeshkoff
440fad4858
HPUX port by Bill Oliver and Jerry Adair
2009-07-23 08:58:26 +00:00
alexpeshkoff
f0a3fda727
fixed "make clean" after my changes
2009-07-22 06:36:33 +00:00
paulbeach
9cab803d97
And the long march to making Firebird build and run on MacOSX continues
2009-07-21 13:34:20 +00:00
alexpeshkoff
af74fb5d1f
Applied sligtly modified patch from Dan Horak to use system libread
2009-07-21 13:00:54 +00:00
alexpeshkoff
4506ae61bc
Solaris 9 patch from SAS
2009-07-21 08:58:28 +00:00
asfernandes
ccbcb4e7fa
Add fbtracemgr to POSIX builds
2009-06-25 01:17:43 +00:00
alexpeshkoff
ee56675152
comments
2009-06-10 13:42:27 +00:00
alexpeshkoff
e1b45b34ae
isc_ipc usage cleanup
2009-06-10 09:18:33 +00:00
aafemt
4c1906de6a
Don't be strictive
2009-06-09 14:29:13 +00:00
asfernandes
f8eb935eb7
Misc
2009-06-06 18:13:57 +00:00
alexpeshkoff
806ad281bb
Better way to compile utilities/ntrace/os/*/platform.cpp for different platforms
2009-06-03 13:05:36 +00:00
alexpeshkoff
e2e6b8bd10
Solaris port, related cleanup
2009-05-25 15:47:20 +00:00
alexpeshkoff
ee0f3992ff
Avoid annoying warning
2009-05-25 12:28:38 +00:00
alexpeshkoff
86f3176307
Fixed CORE-2467: security risk in 2.5 beta1
2009-05-19 14:33:36 +00:00
alexpeshkoff
ce2b51848f
AIX xlC port
2009-05-19 06:48:42 +00:00
alexpeshkoff
d98a326129
AIX xlC port
2009-05-08 10:41:02 +00:00
alexpeshkoff
e6cf9a69be
Fixed bug, reported by Dmitry privately - in isc_sync per attachment buffer can not be used for strings
2009-05-08 08:36:18 +00:00
alexpeshkoff
a37d818726
AIX port - native compiler support
2009-05-07 14:49:40 +00:00
alexpeshkoff
4e4a570aba
Solaris port
2009-05-06 07:13:42 +00:00
alexpeshkoff
cef41b3286
1. Solaric/Sparc SunProCC port.
...
2. Cleanup SOLARIS_MT threading model.
2009-05-05 08:06:37 +00:00
alexpeshkoff
5bbb9d909c
Fixed misc binreloc-related issues
2009-04-22 15:49:28 +00:00
alexpeshkoff
70b168c91b
Fixed SS gsec build
2009-04-22 15:45:06 +00:00
alexpeshkoff
7523076da6
Use parallel build for editline
2009-04-22 14:02:26 +00:00
alexpeshkoff
46ce24b8d7
This should fix HPUX build
2009-04-22 07:58:47 +00:00
paulbeach
b2a9094af1
Problem with weak symbols and Apple's version of GCC 4.0.1 on PPC
2009-04-17 10:21:03 +00:00
alexpeshkoff
775e23b43b
1. Added utilities/err.cpp where needed.
...
2. Cleaned up most of platform-specific additions - most opf them are not needed any more,
still causing troubles when porting. It will be better to re-add that which are really needed.
3. Do not build gds_drop utility on platforms where not needed.
2009-04-16 11:54:19 +00:00
alexpeshkoff
7ed47ae7dd
Removed flags for ancient compilers
2009-04-09 12:15:03 +00:00
alexpeshkoff
334157b27d
Added minimum support for parallel build on SMP machines.
...
Due to logic of phases in main makefile duirect use of -j switch breaks build.
Now you may specify it in command line as "make CPU=4" and in all safe places appropriate
-j switch will be added.
2009-04-09 09:57:02 +00:00
alexpeshkoff
1aeacbb94e
Add new API calls to HPUX export list
2009-04-08 06:24:42 +00:00
asfernandes
8db711cd42
Feature CORE-2398 - Make Firebird correct detect its installed path in Linux
2009-04-08 02:14:03 +00:00
asfernandes
9d34dd0055
Fix Linux build
2009-04-05 12:36:24 +00:00
alexpeshkoff
acc5a3f5c0
1. Avoid repeats of the CFLAGS in compiler invocation.
...
2. Dropped unused rules.
2009-04-03 11:57:43 +00:00
dimitr
0edba46399
Cleaned up the unused ALL routines, the only remainings from the old allocator code.
2009-04-01 11:44:43 +00:00
asfernandes
38ac4ab183
Use SIMILAR TO regexp (with sed syntax for replacements) for trace config
2009-03-26 16:33:21 +00:00