maloader
maloader copied to clipboard
qmake help wanted
I'm trying to run qmake
with maloader and I get undefined symbols:
$ LD_LIBRARY_PATH=~/opencflite-476.17.2/.libs ~/maloader.git/ld-mac ./bin/qmake
FSCopyAliasInfo: undefined symbol
FSGetCatalogInfo: undefined symbol
FSIsAliasFile: undefined symbol
FSNewAlias: undefined symbol
FSPathMakeRef: undefined symbol
FSPathMakeRefWithOptions: undefined symbol
FSResolveAliasFile: undefined symbol
Gestalt: undefined symbol
LSFindApplicationForInfo: undefined symbol
CFURLCreateFromFSRef: undefined symbol
Segmentation fault(11) 1 (@(nil)) PC: (nil)
linux-gate.so.1(__kernel_rt_sigreturn+0) [0xf778dd80]
Is there any way to get it working?