-You may also want to try to edit the wrongly created libtool script
-in your build directory, if you need shared libraries on Unix. The
-wrong entries are something like
- archive_cmds="\$LD -shared ....
- archive_expsym_cmds="\$LD -shared ....
-which should be something like
- archive_cmds="\$CC -shared ....
- archive_expsym_cmds="\$CC -shared ....