On 2014-06-19 17:32:00 +0200, Reinier Olislagers wrote: > On 19/06/2014 16:49, Leonardo M. Ramé wrote: > > I'm using Lazarus and FPC from trunk (updated today) on a Ubuntu 12.04 > > 64bit machine. > > > > Here's the output with errors: > > > > /home/leonardo/Desarrollo/griensu/GViewerIII/lib/x86_64-linux/main.o: In > > function `.La4': > > main.pas:(.debug_info+0x16e): undefined reference to > > `DBG2_$ACTNLIST_$$_TAction' > > What options did you use when compiling - e.g. one or more of the -g... > options? > >
Hmm, it was DWARF3 (beta), I changed to -g and it worked. -- Leonardo M. Ramé http://leonardorame.blogspot.com -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
