Subject | Re: [ib-support] Fwd: [IBDI] tbudf- Ann |
---|---|
Author | Helen Borrie |
Post date | 2002-10-21T14:49:49Z |
At 10:10 AM 21-10-02 -0400, you wrote:
the default name given to the compiled library package consists of the
prefix 'lib' followed by the soname. The compiler directive {$SOPREFIX ''}
causes an empty string to replace 'lib'. That's all.
It was off-topic for the IBDI list and it's off-topic here, too, unless we
have recently become a support list for Kylix newbies who can't be bothered
reading the manual.
heLen
>Robert Tulloch, who got himself kicked off this list afterIf he wanted to, he could resubscribe to this list...
>many warnings about his insufferable potty mouth, has asked
>a straightforward question to which I have no answer.
>Perhaps someone else could respond here and I'll forward
>the answer back to him.
> >Hi:What it means is that, when you package a shared library project in Kylix,
> >
> >{$SOPREFIX ''} //removes the lib prefix when compiled with kylix
> >library tbudf;
> >
> >When compiled it results in libtbudf.so
> >
> >So what does this mean:
> >
> >removes the lib prefix when compiled with kylix
> >library tbudf;
> >
the default name given to the compiled library package consists of the
prefix 'lib' followed by the soname. The compiler directive {$SOPREFIX ''}
causes an empty string to replace 'lib'. That's all.
It was off-topic for the IBDI list and it's off-topic here, too, unless we
have recently become a support list for Kylix newbies who can't be bothered
reading the manual.
heLen