autoconf
[Top][All Lists]
Advanced

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

Re: library search test fails, please help


From: Peter O'Gorman
Subject: Re: library search test fails, please help
Date: Sun, 22 Feb 2009 21:21:51 -0600
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

aaragon wrote:
> Hello,
> 
> I found working with autoconf sometimes very frustrating. This is an
> example. I want to check for a particular static library that I created.
> Thus, I put the following in the configure.ac file

> configure:15785: g++-mp-4.3 -g -O3 -o conftest -g -O2
> -I/Users/aaragon/Lib/include -L/Users/aaragon/Lib/lib conftest.cpp
> -lcpputils   >&5
> Undefined symbols:
>   "_flip", referenced from:


I'm guessing that the cpputils library does not define "_flip". Does nm
-g libcpputils.a | grep _flip show it with a capital letter?

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

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