<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=380844&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=380844</link>
		<description><![CDATA[Les sujets les plus récents dans [résolu] Compilation : bash: ./ : ceci est un répertoire.]]></description>
		<lastBuildDate>Thu, 25 Feb 2010 22:57:46 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3303521#p3303521</link>
			<description><![CDATA[<p>U&#039;re welcome. Effectivement, la langue de prédilection du net c&#039;est l&#039;Anglais sans nul doute. Même les projets FrancoFrançais utilisent souvent une doc en Anglais. Mais bon,&#160; en général, ça se résume à comprendre les commandes même si on parle pas Anglais,&#160; on devine la marche à suivre.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Thu, 25 Feb 2010 22:57:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3303521#p3303521</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3303382#p3303382</link>
			<description><![CDATA[<p>Bonsoir,<br />merci pour toutes ces précisions. Tu as fait le lien entre les connaissances éparses que je possédais.<br />Les docs&#160; ou les readme sont souvent (toujours ?) en anglais, me limitant un peu. D&#039;où mes questions...<br />Merci d&#039;y avoir répondu avec compétence et patience.</p>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Thu, 25 Feb 2010 22:02:19 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3303382#p3303382</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3301038#p3301038</link>
			<description><![CDATA[<p><strong>SVN</strong> sert &quot;juste&quot; à faire du &quot;<strong>versionning</strong>&quot; de sources applicatives CF =&gt; http://fr.wikipedia.org/wiki/Subversion_%28logiciel%29<br />Ca revient à faire du ftp ou un wget pour récupérer les sources.<br /><strong>make</strong> c&#039;est la commande de base pour compiler. C&#039;est le dénominateur commun de toutes les compilations en language C.<br />Plutot que de lancer des commandes à l&#039;aveugle, la première chose à faire c&#039;est de vérifier que le programme qu&#039;on veut installer n&#039;est pas disponible via le gestionnaire de paquets ( aptitude en CLI ( ligne de commande ) ou synaptic en GUI ( interface graphique ) pour Ubuntu et Debian ), et si il n&#039;existe pas oui on le compile en téléchargeant les sources puis en lisant le fichier d&#039;aide qui est quasiment systématiquement joint, qui peux etre du style :<br /><strong>README<br />INSTALL<br />readme.txt<br />etc... </strong></p><p>Voilà pour éclairer ta lanterne... Une bonne habitude, c&#039;est de regarder sur google, le net regorge de documentation dans toutes les langues sur ces sujets de base.</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Wed, 24 Feb 2010 21:52:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3301038#p3301038</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3300322#p3300322</link>
			<description><![CDATA[<p>Bonjour,<br />merci beaucoup <strong>sputnick</strong> pour ta réponse.<br />Le programme <strong>rtmpdump</strong> recèlerait donc une incompatibilité avec la compilation ?</p><p>Je suis ballot car je ne comprends pas bien les termes et les étapes que tu proposes à la place de la compilation.</p><div class="quotebox"><blockquote><div><p>Dans le cas présent : ( pas besoin de faire un svn checkout pour compiler une appli )</p></div></blockquote></div><p>SVN : je croyais que c&#039;était le programme à la source, chez le développeur. <br />Ca nécessite d&#039;installer <strong>subversion</strong> (=svn, là, je comprends plus !). Pour installer un serveur ??? D&#039;après la doc.<br />Pourrais-tu m&#039;expliquer, sans t&#039;embêter, à quoi cela correspond ? C&#039;est une autre façon de procéder que la compilation.<br />Merci.</p>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Wed, 24 Feb 2010 16:54:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3300322#p3300322</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3299052#p3299052</link>
			<description><![CDATA[<p>Ca marche pas à tous les coups la trilogie </p><div class="codebox"><pre><code>./configure &amp;&amp; make &amp;&amp; make install</code></pre></div><p>Dans le cas présent : ( pas besoin de faire un svn checkout pour compiler une appli )</p><div class="codebox"><pre><code>svn export svn://svn.mplayerhq.hu/rtmpdump/trunk rtmpdump
cd rtmpdump
make posix
find -perm 0755</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Tue, 23 Feb 2010 23:27:23 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3299052#p3299052</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298449#p3298449</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Il faut te placer dans le bon répertoire.</p></div></blockquote></div><p>C&#039;est peut-être bien là que ça coince !</p><div class="quotebox"><blockquote><div><p>Archive contenant le code source<br />Une fois téléchargée, décompressez l&#039;archive dans votre dossier personnel</p></div></blockquote></div><p>Le chemin : &lt; /home/phroso/rtmpdump/rtmpdump-2.1d&gt;</p><div class="quotebox"><blockquote><div><p>cd /chemin_vers_le_répertoire_des_sources</p></div></blockquote></div><p>Jusque-là, ça a l&#039;air correct. <br />Qu&#039;en pensez-vous ?</p><br /><br /><p>Mon but est d&#039;installer un programme de capture de flux rtmp, qui ne se trouve plus que sous la forme d&#039;un code source. <a href="http://rtmpdump.mplayerhq.hu/">Sur cette page</a><br />Ce n&#039;est pas pour apprendre, mais pour faire fonctionner ces programmes à compiler. Pour savoir le faire chaque fois que nécessaire.</p>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Tue, 23 Feb 2010 19:26:15 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298449#p3298449</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298273#p3298273</link>
			<description><![CDATA[<p>Il faut te placer dans le bon répertoire.<br />Quel est le but de ta compilation ?<br />Si c&#039;est pour apprendre, ok, si c&#039;est pour installer un soft, ya peux etre plus simple.<br />Que veux tu installer ?</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Tue, 23 Feb 2010 18:09:54 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298273#p3298273</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298211#p3298211</link>
			<description><![CDATA[<p>Ah !<br />Avec cette commande sans espace, voilà ce que j&#039;ai :</p><div class="codebox"><pre><code>strace -v -f ./configure
strace: ./configure: command not found</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Tue, 23 Feb 2010 17:49:11 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298211#p3298211</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298198#p3298198</link>
			<description><![CDATA[<p>oO</p><p>C&#039;est pas <strong>./ configure</strong> mais <strong>./configure</strong> <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Tue, 23 Feb 2010 17:43:03 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298198#p3298198</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298181#p3298181</link>
			<description><![CDATA[<p>Merci <strong>sputnick</strong>.<br />J&#039;ai refait l&#039;opération plusieurs fois, donc avec plusieurs terminaux différents à la suite. <br />La commande indiquée comporte une erreur : il faut un espace entre &quot;/&quot; et configure.<br />Ca donne :</p><div class="codebox"><pre><code>strace -v -f ./ configure
execve(&quot;./&quot;, [&quot;./&quot;, &quot;configure&quot;], [&quot;ORBIT_SOCKETDIR=/tmp/orbit-chris&quot;..., &quot;SSH_AGENT_PID=3488&quot;, &quot;GPG_AGENT_INFO=/tmp/seahorse-yXv&quot;..., &quot;TERM=xterm&quot;, &quot;SHELL=/bin/bash&quot;, &quot;XDG_SESSION_COOKIE=9a14087e45c8c&quot;..., &quot;GTK_RC_FILES=/etc/gtk/gtkrc:/hom&quot;..., &quot;WINDOWID=65011766&quot;, &quot;GTK_MODULES=canberra-gtk-module&quot;, &quot;USER=phroso&quot;, &quot;LS_COLORS=no=00:fi=00:di=01;34:l&quot;..., &quot;SSH_AUTH_SOCK=/tmp/keyring-OelUt&quot;..., &quot;GNOME_KEYRING_SOCKET=/tmp/keyrin&quot;..., &quot;SESSION_MANAGER=local/phroso&quot;..., &quot;USERNAME=phroso&quot;, &quot;DESKTOP_SESSION=default&quot;, &quot;PATH=/usr/local/sbin:/usr/local/&quot;..., &quot;GDM_XSERVER_LOCATION=local&quot;, &quot;PWD=/home/phroso&quot;, &quot;LANG=fr_FR.UTF-8&quot;, &quot;GDM_LANG=fr_FR.UTF-8&quot;, &quot;GDMSESSION=default&quot;, &quot;HISTCONTROL=ignoreboth&quot;, &quot;SHLVL=1&quot;, &quot;HOME=/home/phroso&quot;, &quot;GNOME_DESKTOP_SESSION_ID=this-is&quot;..., &quot;LOGNAME=phroso&quot;, &quot;DBUS_SESSION_BUS_ADDRESS=unix:ab&quot;..., &quot;XDG_DATA_DIRS=/usr/local/share/:&quot;..., &quot;LESSOPEN=| /usr/bin/lesspipe %s&quot;, &quot;WINDOWPATH=7&quot;, &quot;DISPLAY=:0.0&quot;, &quot;LESSCLOSE=/usr/bin/lesspipe %s %&quot;..., &quot;COLORTERM=gnome-terminal&quot;, &quot;XAUTHORITY=/home/phroso/.Xau&quot;..., &quot;_=/usr/bin/strace&quot;]) = -1 EACCES (Permission denied)
dup(2)                                  = 3
fcntl64(3, F_GETFL)                     = 0x2 (flags O_RDWR)
fstat64(3, {st_dev=makedev(0, 11), st_ino=2, st_mode=S_IFCHR|0620, st_nlink=1, st_uid=1000, st_gid=5, st_blksize=1024, st_blocks=0, st_rdev=makedev(136, 0), st_atime=2010/02/23-18:22:18, st_mtime=2010/02/23-18:22:18, st_ctime=2010/02/23-18:21:49}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb80be000
_llseek(3, 0, 0xbfce4724, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
write(3, &quot;strace: exec: Permission denied\n&quot;..., 32strace: exec: Permission denied
) = 32
close(3)                                = 0
munmap(0xb80be000, 4096)                = 0
exit_group(1)                           = ?</code></pre></div><p>Strace est donc installé. Mais j&#039;ignore la fonction de cette commande.<br />Merci pour tes explications.</p>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Tue, 23 Feb 2010 17:33:26 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3298181#p3298181</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297899#p3297899</link>
			<description><![CDATA[<p>quitte ton terminal, ouvre en un autre. Re-essaye. Si ca le refait; donne la sortie de :<br /><strong>strace -v -f ./configure</strong><br />Si strace n&#039;est pas installé, tu l&#039;installe...</p>]]></description>
			<author><![CDATA[dummy@example.com (sputnick)]]></author>
			<pubDate>Tue, 23 Feb 2010 15:25:46 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297899#p3297899</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297873#p3297873</link>
			<description><![CDATA[<p>Oui, exactement.<br />Après la redirection cd, j&#039;obtiens cette réponse.</p>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Tue, 23 Feb 2010 15:13:55 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297873#p3297873</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297470#p3297470</link>
			<description><![CDATA[<p>Tu tapes bien ceci:</p><div class="codebox"><pre><code>./configure</code></pre></div><p>Et la seule réponse que tu as es:</p><div class="codebox"><pre><code>bash: ./ : ceci est un répertoire</code></pre></div><p>?<br /><img src="http://forum.ubuntu-fr.org/img/smilies/yikes.png" width="15" height="15" alt="yikes" /></p>]]></description>
			<author><![CDATA[dummy@example.com (Grünt)]]></author>
			<pubDate>Tue, 23 Feb 2010 11:45:39 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297470#p3297470</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297462#p3297462</link>
			<description><![CDATA[<p>Merci de ton aide.<br />Avec ou sans &quot;_&quot; c&#039;est pareil, même réponse. <br />(Ca fait longtemps que je n&#039;ai pas compilé, mais j&#039;avais effectivement corrigé cet espace, qui n&#039;existe pas dans la doc).</p>]]></description>
			<author><![CDATA[dummy@example.com (Phroso)]]></author>
			<pubDate>Tue, 23 Feb 2010 11:41:31 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297462#p3297462</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [résolu] Compilation : bash: ./ : ceci est un répertoire]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297449#p3297449</link>
			<description><![CDATA[<p>Il y a un espace entre le &quot;/&quot; et le &quot;c&quot; de &quot;configure&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (Grünt)]]></author>
			<pubDate>Tue, 23 Feb 2010 11:33:06 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=3297449#p3297449</guid>
		</item>
	</channel>
</rss>
