Hi,
I am having problems converting the linux linking command to a OS X
equivalent. Can anyone here help?
echo | $(CC) $(CFLAGS) -fpic -shared \
-o $$shared_object \
-Wl,-soname,$$shared_object -xc - ;
My attempt is like this:
echo | $(CC) $(CFLAGS) -fPIC -dynamiclib \
-o $$shared_object \
-Wl,-dynamic $$shared_object -xc - ;
The purpose it to generate empty shared libraries.
Thanks for any help you can offer on this.
Michael
PS. I had this working but lost the code since I removed the wrong
directory.
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-users