autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

different gccs


From: Bob Lockie
Subject: different gccs
Date: Sun, 13 Jul 2003 19:35:16 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030707

This is based on behavoir/assumptions.

I think libsupc++ is included in gcc-2x but not in gcc-3x.

I need libstdc++ in gcc-2x but I need both libstdc++ and libsupc++ in gcc-3x but libsupc++ does not exist in gcc-2x.


AC_CHECK_LIB( stdc++, main, , AC_MSG_ERROR( [*** stdc++ library is required ***] ), )

AC_CHECK_LIB( supc++, main, , AC_MSG_ERROR( [*** supc++ library is required ***] ), )

Are my assumptions correct and how can I write a configure.in that works regardless off gcc version?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]