Ask a Question related to Debian, Design and Development.
-
David Z Maze #1
Re: Source Builds
Tom Allison <tallison@tacocat.net> writes:
Modify the source as you feel appropriate, add a new entry to the top> Is there a link that describes how to go about building packages from
> the deb-src files and how I might identify packages for source build
> only?
of debian/changelog, and run 'debuild' out of the devscripts package.
Read documentation on [url]http://www.debian.org/devel/[/url].
I don't think recompiling either of these will have any useful effects> An example might be to change XFree and my Window Manager to
> compiled packages to take advantage of the chipset graphics
> instructions.
for you. Your window manager doesn't communicate directly with the
hardware at all; it even isn't necessarily running on the same machine
as the graphics card. While the X server does communicate with the
hardware, how it does so is written into the source code; the C
compiler doesn't know anything about your graphics hardware. So if
you had a custom driver for a strange graphics card, this might be a
useful approach, but otherwise, this is pretty much wasted effort.
ObGentoo: except in limited cases involving computationally intensive
processing (linear algebra, crypto), recompilation doesn't seem to
actually give much in terms of a performance boost. Where it does
make a difference, Debian supplies processor-specific libraries and
binaries. If you have actual numbers demonstrating otherwise, please
share. :-)
--
David Maze [email]dmaze@debian.org[/email] [url]http://people.debian.org/~dmaze/[/url]
"Theoretical politics is interesting. Politicking should be illegal."
-- Abra Mitchell
--
To UNSUBSCRIBE, email to [email]debian-user-request@lists.debian.org[/email]
with a subject of "unsubscribe". Trouble? Contact [email]listmaster@lists.debian.org[/email]
David Z Maze Guest
-
AdvancedDataGrid : nightly builds available?
I know you can download SDK nightly builds here: http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 But those builds don't seem to... -
How many more builds?
How many more builds of Vista will there be before the final release? Will the April CTP be the only public release or will they all be public from... -
[PATCH] fix mbregex for VPATH builds
Hi, mbregex breaks a VPATH build in the 4.3 branch currently, here is a fix: Index: ext/mbstring/config.m4... -
Keychain access and new builds
I have an app which accesses the Keychain. If I use a given build repeatedly, I am only prompted for permission to access the item only on the... -
[PHP-DEV] Support for C++ extension in UNIX builds
> Unlike GCC, Sun's C and C++ compilers are independent entities, therefore you can't link a C++ program or shared library when the C compiler is...



Reply With Quote

