New to unicon (just compiled on RedHat 7.3) I noticed gdbm
support. Has anyone tried to interface to Berkeley DB 3 (hashing only
- think rpm) or is that perhaps planned for the future?

Furthermore I noticed that after

make Configure name=intel_linux
make Unicon

ivib and libXpm.a are still being produced (I haven't examined the
Makefile yet):

[root@gandalf bin]# ls -l
total 4540
-rwxr-xr-x    1 root     root        84668 Jul 28 17:26 icont
-rwxr-xr-x    1 root     root       286164 Jul 28 17:30 iconx
-rwxr-xr-x    1 root     root      2679083 Jul 28 17:31 ivib
-rw-r--r--    1 root     root        47796 Jul 28 17:27 libgdbm.a
-rw-r--r--    1 root     root       111292 Jul 28 17:27 libtp.a
-rw-r--r--    1 root     root        92968 Jul 28 17:26 libXpm.a
-rwxr-xr-x    1 root     root       312436 Jul 28 17:28 miconx
-rwxr-xr-x    1 root     root        16077 Jul 28 17:25 patchstr
-rw-r--r--    1 root     root       230227 Jul 28 17:25 rt.h
-rwxr-xr-x    1 root     root       169620 Jul 28 17:26 rtt
-rwxr-xr-x    1 root     root       557804 Jul 28 17:30 unicon

I'm trying to create a minimal version (console mode, uClibc) for a
small distribution so this wastes both time and space (just look at
the size of ivib!)

[root@gandalf bin]# ldd iconx
        libm.so.6 => /lib/libm.so.6 (0x4002c000)
        libnsl.so.1 => /lib/libnsl.so.1 (0x4004e000)
        libdl.so.2 => /lib/libdl.so.2 (0x40062000)
        libc.so.6 => /lib/libc.so.6 (0x40065000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

No X libraries. The icon 9.4.1 iconx binary (ditto) is 100K
smaller. Does it take that amount of space to implement the unicon
object model? Is it possible to strip unicon further down in size, at
least by using compression?

[root@gandalf bin]# gzip unicon 
[root@gandalf bin]# ls -l unicon.gz
-rwxr-xr-x    1 root     root       119249 Jul 28 17:30 unicon.gz

-- 
Cheers,

Jan Bernard van Doorn


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Unicon-group mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to