<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to Launch Gcc in a Libertine Container]]></title><description><![CDATA[<p dir="auto">I am new here, so this may have already been discussed. I have created a libertine container in order to install sqlite3 and gcc packages. I also installed g++ and build essential in the container.<br />
From the terminal I can launch sqlite3 and vim 3 editor.. However, I cannot launch gcc. It always gives a bash error command not found. In the container, there are no errors and the packages are all installed successfully.<br />
What am I missing... how do I run Gcc. I have a very small program to comp<br />
I am using the latest ubuntu on Nexus 5 phone.</p>
]]></description><link>https://forums.ubports.com/topic/5099/how-to-launch-gcc-in-a-libertine-container</link><generator>RSS for Node</generator><lastBuildDate>Thu, 14 May 2026 10:53:38 GMT</lastBuildDate><atom:link href="https://forums.ubports.com/topic/5099.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Oct 2020 15:19:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Launch Gcc in a Libertine Container on Thu, 29 Oct 2020 20:24:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mcappa2" aria-label="Profile: mcappa2">@<bdi>mcappa2</bdi></a><br />
I played with this a bit to compile Rust code. You can find my results here:<br />
<a href="https://forums.ubports.com/topic/3581/compiling-rust-code-on-ut">https://forums.ubports.com/topic/3581/compiling-rust-code-on-ut</a></p>
<p dir="auto">The most important part was putting files in a directory  that Libertine can access; ~/Documents is an easy choice for that as it is simple to locate in either system.</p>
]]></description><link>https://forums.ubports.com/post/42020</link><guid isPermaLink="true">https://forums.ubports.com/post/42020</guid><dc:creator><![CDATA[Giiba]]></dc:creator><pubDate>Thu, 29 Oct 2020 20:24:19 GMT</pubDate></item><item><title><![CDATA[Reply to How to Launch Gcc in a Libertine Container on Wed, 28 Oct 2020 19:09:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dobey" aria-label="Profile: dobey">@<bdi>dobey</bdi></a> Thanks, for the first time I have been able to run the compiler.<br />
Now I need to work thru the compiler errors.</p>
]]></description><link>https://forums.ubports.com/post/41990</link><guid isPermaLink="true">https://forums.ubports.com/post/41990</guid><dc:creator><![CDATA[mcappa2]]></dc:creator><pubDate>Wed, 28 Oct 2020 19:09:46 GMT</pubDate></item><item><title><![CDATA[Reply to How to Launch Gcc in a Libertine Container on Wed, 28 Oct 2020 18:02:38 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/totalsonic" aria-label="Profile: TotalSonic">@<bdi>TotalSonic</bdi></a> It's a compiler, so not something you'd really want to just run with <code>libertine-launch</code> as such. Instead you'd want to use <code>libertine-launch -i xenial bash</code> for example to get a shell inside the container, and then use <code>vim</code> or other CLI tools (such as gcc).</p>
]]></description><link>https://forums.ubports.com/post/41985</link><guid isPermaLink="true">https://forums.ubports.com/post/41985</guid><dc:creator><![CDATA[dobey]]></dc:creator><pubDate>Wed, 28 Oct 2020 18:02:38 GMT</pubDate></item><item><title><![CDATA[Reply to How to Launch Gcc in a Libertine Container on Wed, 28 Oct 2020 17:35:50 GMT]]></title><description><![CDATA[<p dir="auto">Is gcc a command line program? If so in Terminal command would be<br />
<code>libertine-launch -i xenial gcc</code> (if Libertine container name is set as default, otherwise change "xenial" to the name you created), with any variable command you need for the command line app appended at the end of that command.</p>
<p dir="auto">Best regards,<br />
Steve Berson</p>
]]></description><link>https://forums.ubports.com/post/41983</link><guid isPermaLink="true">https://forums.ubports.com/post/41983</guid><dc:creator><![CDATA[TotalSonic]]></dc:creator><pubDate>Wed, 28 Oct 2020 17:35:50 GMT</pubDate></item></channel></rss>