/srv/irclogs.ubuntu.com/2012/08/25/#ubuntu-x.txt

nerdopolis__soreau: say what does the -g cflag do? I'm having difficulties finding what it does on Google and the man page00:03
soreaunerdopolis__: -g enables debug symbols00:06
nerdopolis__soreau: then I guess don't want that.00:07
soreauFrom gcc man page: -g  Produce debugging information in the operating system's native format (stabs, COFF, XCOFF, or DWARF 2).  GDB can work with this debugging information.00:08
nerdopolis__soreau: that means it uses more space... I looked at Ubuntu's mesa package. they have -Os as a CFLAG. I was accidentaly passing -0s as a MAKEFLAG00:09
soreauyea and don't mix up  O with 0 ;)00:10
nerdopolis__Soreau: yeah. that was the problem too. 0 and O look the same in kate's default font... I just realized that00:14
soreaunerdopolis__: You can see the install directories used for what configure options in the build log https://launchpadlibrarian.net/99008970/buildlog_ubuntu-precise-amd64.mesa_8.0.2-0ubuntu3_BUILDING.txt.gz00:28
soreauhttps://launchpad.net/ubuntu/+source/mesa/8.0.2-0ubuntu3/+build/337027800:28
soreauHere https://launchpad.net/ubuntu/+source/mesa if you scroll down click the > button next to the package you're interested in, you can get the build stats for it00:29
nerdopolis__dang. -Os didn't work00:35
nerdopolis__soreau: I guess I'll try to run the Ubuntu build script for mesa... then capturing the command line arguments for ./configure...00:39
soreaunerdopolis__: You can apt-get source mesa and look at debian/rules to see the config options too00:43
nerdopolis__soreau: that file isn't that easy to read. they have conditionals for hurd in there!00:47
soreaunerdopolis__: Then just use launchpad00:48
soreauit has the package build log00:49
nerdopolis__soreau: good idea. I captured what gets captured to the ./configure by running and pausing. It seems so far --with-gallium-drivers= nothing. I think Wayland will need that as well as egl...00:50
nerdopolis__well... WESTON will need that00:51
soreaunerdopolis__: Ubuntu packages gallium drivers afaik00:52
soreaunerdopolis__: this doesn't have line numbers but search for 'configure' about the tenth instance down https://launchpadlibrarian.net/99008970/buildlog_ubuntu-precise-amd64.mesa_8.0.2-0ubuntu3_BUILDING.txt.gz00:53
soreauyou can see several different configure lines with different prefixes00:53
soreauor actually it's the same prefix but building mesa in different parts00:54
nerdopolis__soreau: It just seems that way. look at all the posts that are there http://lists.freedesktop.org/archives/mesa-dev/2012-August/date.html00:54
soreaunerdopolis__: What posts specifically?00:56
nerdopolis__Soreau: sorry. I guess Darxus asked me about mesa-dev on the #wayland channel...00:58

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!