Just for others who might be trying this:

> which libtool
/usr/bin/libtool
> libtool --mode=execute gdb example-dbg
libtool: unknown option character `-' in: --mode=execute
> export PATH=/Users/gastdr/projects/libmesh:$PATH
> which libtool
/Users/gastdr/projects/libmesh/libtool
> libtool --mode=execute gdb example-dbg
GNU gdb 6.3.50-20050815 (Apple version gdb-1820) (Sat Jun 16 02:40:11 UTC
2012)
....

Lesson learned... use the tools libmesh builds...............

Derek



On Wed, Jan 23, 2013 at 9:30 PM, Paul T. Bauman <ptbau...@gmail.com> wrote:

>
> On Wed, Jan 23, 2013 at 10:27 PM, Derek Gaston <fried...@gmail.com> wrote:
>
>>
>> Understood, I'll do it that way... my email was sent at the same time you
>> sent me this solution.
>>
>
> Sorry. Tired, etc.
>
>
------------------------------------------------------------------------------
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
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to