I have compiled Transmission 2.04 from sources with: "./configure --disable-static"
The summary of this configure is:
Code: Select all
Configuration:
Source code location: .
Compiler: g++
Build Command-Line client: yes
Build GTK+ client: no
Optional dependencies for GTK+ client:
* dbus support: no
* gio for watchdir support: no
* libnotify for 'download completed' popups: no
* libcanberra for 'download completed' sounds: no
* gconf2 to register as a magnet link handler: no
* libappindicator for an Ubuntu-style tray: no
Build Daemon: yes
Build Mac client: no

The transmission-daemon in .deb package has a size of 487KB + transmission-common 614Kb ~ 1MB
What am I doing wrong?

Regards.