Re: Generating userland debugging symbols

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Garrett Cooper
Date: Friday, October 29, 2010 - 9:58 pm

On Fri, Oct 29, 2010 at 8:35 PM, Mark Johnston <markjdb@gmail.com> wrote:

    Yeah.

<potentially unfounded philosophical rant>
    The Unix philosophy typically aligns itself with simplicity in
construction, which isn't always simplicity in execution (that's OSX /
Windows / etc). Simplicity in execution typically involves complexity,
which can make code tricky and unmanageable longterm... *cough*.
</potentially unfounded philosophical rant>


man make too :) (yes, we have manpages unlike some other Unix clones
out there :P..).


    The easiest way to look at this is to install
/usr/ports/misc/compat*x ; IronPort (my employer) does some
potentially `clever' linker lookup tricks to determine which compat
libs to load, but vanilla FreeBSD for the most part jams all of the
libs into /usr/local/lib/compat/ -- which unfortunately means that you
lose versioning between minor versions of FreeBSD *shrugs*.
    Anyhow... hope that helps fill in some gaps :).
Thanks!
-Garrett
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Generating userland debugging symbols, Mark Johnston, (Fri Oct 29, 12:18 pm)
Re: Generating userland debugging symbols, Kostik Belousov, (Fri Oct 29, 4:39 pm)
Re: Generating userland debugging symbols, Garrett Cooper, (Fri Oct 29, 6:05 pm)
Re: Generating userland debugging symbols, Mark Johnston, (Fri Oct 29, 6:58 pm)
Re: Generating userland debugging symbols, Mark Johnston, (Fri Oct 29, 7:10 pm)
Re: Generating userland debugging symbols, Garrett Cooper, (Fri Oct 29, 7:48 pm)
Re: Generating userland debugging symbols, Mark Johnston, (Fri Oct 29, 8:35 pm)
Re: Generating userland debugging symbols, Garrett Cooper, (Fri Oct 29, 9:58 pm)
Re: Generating userland debugging symbols, Ed Maste, (Sat Oct 30, 7:41 am)