Hi, Thanks for the info. I'll add in a fix.
-nate On 4/11/06, Mark Woehrer <[EMAIL PROTECTED]> wrote: > All, > > I have run into a problem while compiling Gazebo 0.6.0 on OS X v10.4.5. > > When I run make I get the following error: > > /usr/bin/libtool: can't locate file for: -lgazebo > /usr/bin/libtool: file: -lgazebo is not an object file (not allowed > in a library) > > My solution to the problem is to add '-L$(top_builddir)/libgazebo' to > 'libgazeboplugin_la_LIBADD' in player/Makefile.in, line 234. > > Original: > libgazeboplugin_la_LIBADD = @PLAYER_LIBS@ -lgazebo > Modified: > libgazeboplugin_la_LIBADD = @PLAYER_LIBS@ -L$(top_builddir)/libgazebo > -lgazebo > > Using the modified code fixes the problem for me. > > Thanks, > Mark > > Mark Woehrer > Doctoral Student > Computer Science > Oklahoma University > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Playerstage-gazebo mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo > ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Playerstage-gazebo mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
