Peter O'Gorman [mailto:email@hidden] wrote:
> Use the compiler driver to link, replace gcc with g++ if
> linking c++ code.
>
> gcc -dynamiclib -flat_namespace -Wl,-single_module \
> - -compatibility_version 17.1 -current_version 17.1 \
> - -Wl,-headerpad_max_install_names \
> - -exported_symbols_list $export -o name.dylib
Is that going to work on XCode 1.1's GCC 3.3? I'd prefer to
keep the commands as similar as possible for the two different
build platforms, since I can't just drop the old one - we have
to keep shipping maintenance versions on it.
thanks,
--
John Dallman, Parasolid Porting Engineer, +44-1223-371554
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Unix-porting mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/unix-porting/email@hidden
This email sent to email@hidden