I wanted to compile cppunit with stlport as I was getting some errros while linking my application which uses stlport. Could anybody tell me what steps I need to perform to inform the cppunit of the stlport library.
I have tried the following configure options:
./configure CPPFLAGS="-I<Path to stlport includes>" LDFLAGS="-L<Path to STLPort library" --with-PACKAGE=stlport.
This doesnt seem to work.
I am eagerly looking forward for the replies.
Thanks,
Sathya
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I wanted to compile cppunit with stlport as I was getting some errros while linking my application which uses stlport. Could anybody tell me what steps I need to perform to inform the cppunit of the stlport library.
I have tried the following configure options:
./configure CPPFLAGS="-I<Path to stlport includes>" LDFLAGS="-L<Path to STLPort library" --with-PACKAGE=stlport.
This doesnt seem to work.
I am eagerly looking forward for the replies.
Thanks,
Sathya