Originaly I built both wxGTK and wxSVG with static linking enabled (--enable-static), but wxSVG refused to let DVDStyler build against it statically:
DVDStyler configure:
LDFLAGS="-static" ./configure --prefix=/usr --sysconfdir=/etc
The script would check for wxGTK just fine (as expected since it was static-enabled), but when it reached "checking for -lwxsvg" it would simply abort saying it couln't be found.
Any extra suggestions are welcome (am I using the right LDFLAGS for a static compile?).
The way DVDStyler is built now works, but I know its "ugly"
