ibotlog2html for #crosstool-ng

<< Previous 2012-10-31 Next >>

# 00:09:33 y_morin quits : Quit: Nighty Night!
# 03:28:01 mnt_real quits : Quit: Leaving
# 06:49:53 alan_o quits : Remote host closed the connection
# 06:52:58 alan_o joins #crosstool-ng
# 07:33:10 diorcety quits : Quit: Leaving.
# 07:37:10 alan_o quits : Quit: Leaving
# 08:06:05 diorcety joins #crosstool-ng
# 08:18:56 sspiff joins #crosstool-ng
# 09:33:17 smartin joins #crosstool-ng
# 10:29:29 Net147 joins #crosstool-ng
# 11:03:35 al`_ quits : Ping timeout: 256 seconds
# 11:46:19 Net147 quits : Quit: HydraIRC -> http://www.hydrairc.com <- IRC with a difference
# 11:57:42 al` joins #crosstool-ng
# 12:33:21 sfan5|OFF is now known as: sfan5
# 13:13:26 sspiff quits : Remote host closed the connection
# 14:03:39 alan_o joins #crosstool-ng
# 15:30:41 smartin quits : Ping timeout: 244 seconds
# 15:32:06 smartin joins #crosstool-ng
# 16:01:35 imMute quits : Ping timeout: 260 seconds
# 16:09:25 imMute joins #crosstool-ng
# 16:09:25 imMute quits : Changing host
# 16:09:25 imMute joins #crosstool-ng
# 16:26:43 diorcety parts #crosstool-ng
# 16:49:59 codyps quits : Ping timeout: 260 seconds
# 17:05:37 diorcety joins #crosstool-ng
# 17:20:59 codyps joins #crosstool-ng
# 17:42:45 mnt_real joins #crosstool-ng
# 17:54:10 y_morin joins #crosstool-ng
# 19:22:40 diorcety y_morin: Hi!
# 19:23:13 diorcety y_morin: i have tried another way (using standard gcc)... now i have GCC_NO_EXECUTABLES on final (stdc++ and objc)
# 19:28:33 smartin quits : Quit: back later
# 20:35:40 smartin joins #crosstool-ng
# 21:07:26 sfan5 is now known as: sfan5|OFF
# 21:28:49 y_morin diorcety: hello! Sorry, you're on your own on this. Release is still not ready, adn I must finish it asap.
# 21:28:59 y_morin diorcety: however, care to test this: http://patchwork.ozlabs.org/patch/185837/
# 21:49:00 diorcety y_morin: humm
# 21:49:07 diorcety y_morin: i will look at it :)
# 21:49:43 y_morin diorcety: it claims to fix the GCC_NO_EXECUTABLE when building libstdc++, so maybe worth a try.
# 21:50:33 y_morin diorcety: also, first try with ObjC, it's not fully tested in ct-ng. Best to fix problems one after the other, not all at once.
# 21:50:44 y_morin *without objC
# 21:57:23 diorcety ok i will try
# 21:58:00 diorcety i have succeed to compile and working compiler only with a hack about dsymutil stuff
# 21:59:27 y_morin diorcety: looks it's getting good! :-)
# 22:00:15 diorcety y_morin: yes i suppose that apple gcc are not good for cross compiling
# 22:09:21 diorcety y_morin: it due to libtool issue? strange
# 22:10:04 y_morin diorcety: I pointed to that patch because of the keywirds 'GCC_NO_EXECUTABLES' and 'libstdc++'. Maybe it does not fix your issue. Dunno...
# 22:10:10 y_morin *keywords
# 22:11:11 diorcety y_morin: i will tell you soon
# 22:16:09 al` quits : Read error: Connection reset by peer
# 22:16:23 al` joins #crosstool-ng
# 22:29:11 diorcety y_morin: not working but in the good way
# 22:29:24 y_morin diorcety: good to read! :-)
# 22:29:29 diorcety y_morin: i don't known what dsymutil is going on here
# 22:30:16 y_morin diorcety: no idea what dsymutil is (no such tool available on my Debian)
# 22:31:57 diorcety darwin stuff
# 22:32:13 diorcety diorcety: but i don't understand why the configure looking for it on linux platform ...
# 22:34:38 y_morin diorcety: speaking to yourself? I do that some times, too; then people look at me strangely...
# 22:34:42 y_morin ;-)
# 22:34:55 diorcety y_morin: indeed :D
# 22:46:40 sh4rm4 quits : Remote host closed the connection
# 22:48:12 sh4rm4 joins #crosstool-ng
# 23:01:26 diorcety y_morin:
# 23:01:46 diorcety y_morin: is it normal that gcc detect darwin as host os?
# 23:03:00 diorcety y_morin: forget
# 23:03:01 diorcety :D
# 23:03:21 diorcety y_morin: no don't
# 23:04:14 diorcety i have error in configure in a the case darwin* of a case $host_os
# 23:07:07 y_morin diorcety: you're building a cross-compiler, not a canadian one, right? If so, that;s an error: host for cross-gcc should be your Linux box, of course.
# 23:07:33 diorcety no cross compiler
# 23:07:44 diorcety hum ... the issue is where
# 23:07:59 diorcety it is the reason why gcc keep looking for dsymutil ...
# 23:08:16 diorcety keeps
# 23:20:58 diorcety y_morin: even for libs?
# 23:21:51 y_morin diorcety: depends. As part of its build procedure, gcc builds libs for host, and then for target.
# 23:23:36 diorcety y_morin: ok but for libgcc libstdc++-v3 in config.log i have host_os='darwin'
# 23:23:47 diorcety my target of gcc configure
# 23:23:55 y_morin diorcety: expected.
# 23:24:10 y_morin diorcety: host for libs is indeed the target of the toolchain.
# 23:24:30 y_morin *for target libs
# 23:25:20 diorcety hum...
# 23:28:06 diorcety y_morin: how it is supposed to work?
# 23:30:42 y_morin diorcety: sorry, how *what* is supposed to work?
# 23:33:00 diorcety y_morin: i have to learn how all this stuff work ... i will coming back with more accurate questions
# 23:33:56 y_morin diorcety: no problem. I'm drowsy, and really tired, so it does not help in comunication. See ya later!
# 23:34:20 y_morin better go to bed...
# 23:34:28 y_morin quits : Quit: Nighty Night!

Generated by ibotlog2html by Yann E. MORIN