After some pretty trivial hurdles, there is an issue at link. I've built the libary separately and also combined with cryptest in the hopes of producing an executable target. I must be doing something silly.
If I don't link with -flat_namespace, i get:
pages upon pages upon pages of undefined references
And if I add -flat_namespace, i get:
-f may not be used without -shared
And if I add -shared... its no longer an executable.
Anyone seen this, or have a suggestion? It would be undoubtably appreciated.
Charlie
AR
GCC 3.3.1
LD 2.12.1
