Date: 06 Apr 2003 07:16:55 -0400 From: Adam <blueeskimo@gmx.net> To: Kirill Ponomarew <ponomarew@oberon.net> Cc: freebsd-ports@FreeBSD.org Subject: Re: Compiling ports with debug symbols Message-ID: <1049627815.385.13.camel@jake> In-Reply-To: <20030406072207.GA24955@krion> References: <1049612828.385.1.camel@jake> <20030406071450.GA24808@krion> <1049613531.385.6.camel@jake> <20030406072207.GA24955@krion>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2003-04-06 at 03:22, Kirill Ponomarew wrote: > I think you should try: > > make CFLAGS='-g' STRIP=' ' install clean > > Kirill > (/usr/ports/net/licq) - (root@ttyp9.jake) - (07:10:05) -# make CFLAGS='-g' STRIP=' ' install clean ... >From there it went on to compile just fine, but -g was NOT added to the compiler flags. To verify that no debug symbols were added, I ran licq from within gdb: (gdb) run Starting program: /usr/local/bin/licq (no debugging symbols found)... debugging symbols found)...(no debugging symbols found)... (repeated a few more times) ... Program exited normally. (gdb) -- Adam <blueeskimo@gmx.net>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1049627815.385.13.camel>