We can find you the best rates on any number of loans

2003-08-31 Thread jenna hawkert
6589v7o6t20775tny812w0798l2 32u5674fk7d1g5mk47v8z984583 Take control of your money! We do the work for you. By submitting your information across to hundreds of lenders, we can get you the best interest rates around.Interest rates are lower than they have been in over 40 years, but it won't stay th

Your message to applescript-studio awaits moderator approval

2003-08-31 Thread applescript-studio-admin
Your mail to 'applescript-studio' with the subject Re: Wicked screensaver has not been posted to the list. The reason it is being held: Post by non-member to a members-only list If you are a member of the mailing list but your message is being held, you may be subscribed under anothe

Sayýn libtool@gnu.org

2003-08-31 Thread Verim . com
Title: Verim.com kariyer personel cv sitesi iş arama personel eleman ilanlar insan kaynakları danışmanlık [EMAIL PROTECTED]  

Re: Building .so files only.

2003-08-31 Thread Stephen Torri
On Fri, 2003-08-29 at 06:55, Benjamin Reed wrote: > On Aug 29, 2003, at 12:55 AM, Daniel Reed wrote: > > > To produce only .la and .so files, you can pass -module -avoid-version > > to > > libtool. In Automake, you can do this by using something similar to: > > > > pkglib_LTLIBRARIES = mymod.la >

Re: Building .so files only.

2003-08-31 Thread Albert Chin
On Fri, Aug 29, 2003 at 12:55:19AM -0400, Daniel Reed wrote: > To produce only .la and .so files, you can pass -module -avoid-version to > libtool. In Automake, you can do this by using something similar to: > > pkglib_LTLIBRARIES = mymod.la > mymod_la_SOURCES = mymod.c > > mymod_la_LDFLAGS = -mo