ksh93: Exec format error

2015-01-10 Thread no@s...@mgedv.net
hi, ksh93 in it's current version has some (timing?) problems during execution. i couldn't really nail down whats going on (and don't have the time now). there is a known bug with the same error message from 2009 in the ksh-changelogs, where they mention the timing problem to be fixed. although

libmcrypt: configure fails for shared lib on freebsd 10.x [patch]

2015-01-04 Thread no@s...@mgedv.net
hi, i'm kinda rookie, but there's a bug in the libmcrypt configure script, that causes the libmcrypt shared library to never get built on freebsd 10.x. the script checks for freebsd1* (no shared lib support), which unfortunately matches freebsd10* as well. i had NO smart idea, of how to make th

Fwd: ksh93 static linking fails (ksh93, 10.0-STABLE, amd64)

2014-06-22 Thread no@s...@mgedv.net
hi, due to no response from -questions, fork'd to ports, too :-) Original Message i need to link ksh statically, but don't get it done. i use ast-ksh-20120801 and INIT-20130524, as well as the 3 patches from the freebsd ksh93 port. CCFLAGS=CFLAGS=-O2 -pipe LDFLAGS=-lm dynami