Greetings!

I think the issue is whether there is an srget in plt.h.  We want some
entry therein to generate a U ___srget in plt.o and thereby a T
___srget in raw_pre_gcl.  Then we want this entry to be generated by
code in plttest.c passed thruogh the awk and grep in o/makefile.

Can you post plt.h, nm plttest.o and nm plt.o please?

take care,

"Bill Page" <[EMAIL PROTECTED]> writes:

> Camm,
> 
> What's a dylib on OSX? I found "T ___srget" in 'libc.dylib':
> 
> ppc-osx3:~/osx/new/gcl-2.6.8pre $ nm /usr/lib/libc.dylib | grep 'T ___srget'
> 9000f2a0 T ___srget
> 
> ------
> 
> Also in /usr/lib/libm.dylib
> 9000f2a0 T ___srget
> 
> I tried to understand:
> 
> http://developer.apple.com/documentation/DeveloperTools/Conceptual/DynamicLi
> braries/Articles/DynamicLibraryUsageGuidelines.html
> 
> but the references to dynamic loading at run time scared me. ;)
> 
> Should all of this be figured out by gcl compiler::link?
> 
> Regards,
> Bill Page.
> 
> 
> 
> 
> 

-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to