I have done patches against the maxdb-75 tree as of yesterday. The cvs diffs are here:
ftp://ftp.aubi.de/pub/sapdb/MaxDB/diff_maxdb75_140404.diff and ftp://ftp.aubi.de/pub/sapdb/MaxDB/diff_toolsrc_140404.diff
Thanks, I'll integrate them soon.
I wonder if it's normal that the binaries are that big although I didn't explicitly enabled debugging:
[EMAIL PROTECTED] ~/maxdb-75/usr/pgm>ls -l kernel -rwxr-xr-x 2 sapdb users 155219468 Apr 14 03:06 kernel
Stripping doesn't really do something noticable:
[EMAIL PROTECTED] ~/maxdb-75/usr/pgm>ls -l kernel.stripped -rwxr-xr-x 2 sapdb users 152678256 Apr 14 22:55 kernel.stripped
Compared to v.74 this is HUGE!
[EMAIL PROTECTED] /sapdb/build/usr/pgm>ls -l kernel -rwxr-xr-x 2 doehrm root 67265492 Mar 8 17:11 kernel
Even the 7.4 version seems to be rather large.
For 7.4.03.30, the kernel for Linux is 8,670,854 bytes, the one for Solaris (64bit) is 11,773,904 bytes. 7.5.00.05 Linux is 10,228,117 bytes, so it became larger, but not obese.
Try
$ cd $WRK/fast/tmp
$ NOQUIET=1 imf -u kernel
You'll get the command line for the linker. You could then count the size of all the files involved. If that count looks more reasonable, maybe the difference is due to some statically linked libraries.
If that count is large as well, we could try to drill down to the individual object files and perhaps compare them with a linux build.
Daniel: You put some package on ftp.sap.com for creating installations (SDBINST etc.) Unfortunately they seem to have disappeared... Are they in the tree? I do not remember what it exactly was.
They are in the directory sys/desc/install56 and sys/src/install56.
Daniel Dittmar
-- Daniel Dittmar SAP Labs Berlin [EMAIL PROTECTED]
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
