On Wednesday, 27 May 1998, at 21:50:03 (+0200),
Tim Teulings <[EMAIL PROTECTED]> wrote:

> So back to my original question. I have the problem that I have to know
> the libraries Imlib configure has found to be usable to generate a
> valid chain of -l and -L options for my compiler. You stated that this
> is not possible in the current version. Will this be possible in the
> future? You just have to leave a simple textfile with that information
> somewhere, possibly even as part or in the place where the Imlib config
> file resides. That would be a enormous help for third party project
> configure scripts and would take away the enormous burden of the user
> to offer such comand line by hand. You need not give a time frame, I just
> want to plan a strategie for my configure script.

I can think of a few methods off the top of my head:

 1.  Use the same method Imlib uses to find the libs.  If the user
     knows enough to hack around with Imlib to find more/less, (s)he
     will be able to do the same with VO.
 2.  strings /path/to/libImlib.a | grep function-you-know   # Doesn't necessarily work
 3.  Find, if you can, Imlib's config.cache and source it.  Or, alternatively,
     its Makefile and parse it.
 4.  Trial and Error.  Always a lovely, and very pretty solution.
 5.  Sex.  Won't necessarily help you in this particular situation,
     but what the hell, ya know? ;-)

HTH...

Michael

-- 
 "So here we are face to face and heart to heart.  I want you to know
  we will never be apart.  Now I believe that wishes can come true
  'cause I see my whole world; I see only you.  When I look into your
  eyes, I can see how much I love you, and it makes me realize."
                            -- Firehouse, "When I Look into Your Eyes"
=======================================================================
Michael Jennings        http://www.tcserv.com/         <[EMAIL PROTECTED]>
Associate Tech Services Analyst I, Vencor IS     http://www.vencor.com/
-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to