Skip to main content

Thread: How to cross-compile libgdiplus


hi, have interesting question:

on linux server, let .net apps run under mono.
far good, haven't been able single 1 of them running )

actually, problem captcha routine.
makes several calls gdi generate captcha.

now, after didn't work on linux server, tested on linux desktop, showed captcha background, not foreground numbers.

i've looked in desktop's server logfile, , found gdi-warp not implemented.
after removed call of gdi, worked on desktop, no distortion of captcha image (because of missing gdi-warp implementation)...

when went on server, failed again. after spending time changing config, able see remote error message, was: error: libgdi.dll not found.
true, not installed, found out.

problem it's tiny synology server (64 mb ram, 260 mhz), , has ppc processor, , virtually no packages...
(it had mono, had improvise extracting xsp server executables , dlls vb.net compiler debian package - works because these mono/.net dlls found out when let file utility run on dll's , exe's on computer.

now, libgdiplus native, have cross-compile.

sources here:
http://ftp.novell.com/pub/mono/sources-stable/

, process standard ./configure make make install process.

have tell use cross-compiler, cross-compiler headers , build ppc , not x86_64.

knows how ?
can improvize install process, doing manually (because won't work, because programs @ wrong location...).
have no idea or how replace compier , headers.

bump.


Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk [SOLVED] How to cross-compile libgdiplus


Ubuntu

Comments