|
Home > Archive > Unix questions > February 2006 > How to setup configire/autoconf to use my include and lib patches.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
How to setup configire/autoconf to use my include and lib patches.
|
|
| Semen.Semakov@gmail.com 2006-02-19, 8:29 am |
| Hi,
I try to compile CppUnit libraries on Solaris 9 with STLPort using.
But I don't know how to say configure (autoconf/autogen) to use stlport
includes and libraries, instead standard stl includes and libraries.
Could anybody to advice me how rightly use configure's files to reach
required effect.
Thanks.
| |
| Conrad J. Sabatier 2006-02-20, 5:54 pm |
| In article <1140265427.262012.189880@z14g2000cwz.googlegroups.com>,
<Semen.Semakov@gmail.com> wrote:
>
>
>Hi,
>I try to compile CppUnit libraries on Solaris 9 with STLPort using.
>But I don't know how to say configure (autoconf/autogen) to use stlport
>includes and libraries, instead standard stl includes and libraries.
>Could anybody to advice me how rightly use configure's files to reach
>required effect.
>Thanks.
>
Try running "configure --help". See if there are any options such as
"--with-stl=" or "--with-stl-includes="/"--with-stl-libs=" or
"--extra-includes=", etc.
--
Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"
|
|
|
|
|