On Sun, Jan 27, 2013 at 3:29 AM, Lisa Muir <34.24...@gmail.com> wrote:
> On 1/27/13, Sam Varshavchik <mr...@courier-mta.com> wrote:
>> This error comes from libtool. Googling this error message does include a
>> missing g++ install as one of the potential reasons.
>>
>> Note that merely installing something somewhere on the filesystem
>> accomplishes very little, unless something else can find it; namely that
>> it's in your PATH, and the name matches. Generally, it's expected that a C
>>
>> compiler would be called 'gcc', and the C++ compiler "g++". Gcc can also be
>>
>> installed as, for example "gcc48" or "g++48", for Gcc 4.8, for example. If
>>
>> so, you'll need to make sure that it's in your PATH, and explicitly set CC
>>
>> and CXX variables for the configure script, to override the default names.
>>
>> But, as Google will tell you yourself, there could be other reasons, too.
>
> Thanks Sam, checked, and all the path's checked out just fine, took
> the sheep approach and followed the google results blindly, ran make
> distclean then ./configure and now make runs fine, no error.

Sounds like you installed g++ after you ran ./configure, so it wasn't
on the path for configure, the build gave you the error, then you
installed it. Cleaning out and running configure is the way around
that which you stumbled on.

Harry.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to