On 22/11/12 21:45, Benoît Minisini wrote: > Le 22/11/2012 11:38, richard a écrit : >> Compile Gambas from sources with debugging information enabled ?? can >> any one point me to the URL which describes how to do this. >> >> Thanks >> >> richard >> > The fastest way is: instead of typing: > > $ make > > you type: > > $ make clean && make "CFLAGS=-O0 -g" "CXXFLAGS=-O0 -g" > > 'make clean' is needed to remove all previously compiled files that do > not have debugging information in it. > > Regards, > I assume you still have to do a ./reconf-all and ./configure? before this?
richard ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ Gambas-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/gambas-user
