<?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[alle file und libs zu einem statischen paket packen (*.bin)]]></title><description><![CDATA[<p>moin,</p>
<p>ich hätte gerne ein komplettes projekt, welches nicht-standard libs verwendet, in ein statisches unabhängiges file (meinetwegen myProg.bin) gepackt.<br />
mein prof sagte es gäbe was wie gcc -static oder so, aber ich habe nix dazu gefunden.</p>
<p>weiss jemand weiter??</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/135632/alle-file-und-libs-zu-einem-statischen-paket-packen-bin</link><generator>RSS for Node</generator><lastBuildDate>Sat, 29 Aug 2026 01:16:50 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/135632.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Feb 2006 14:24:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to alle file und libs zu einem statischen paket packen (*.bin) on Fri, 03 Feb 2006 14:24:36 GMT]]></title><description><![CDATA[<p>moin,</p>
<p>ich hätte gerne ein komplettes projekt, welches nicht-standard libs verwendet, in ein statisches unabhängiges file (meinetwegen myProg.bin) gepackt.<br />
mein prof sagte es gäbe was wie gcc -static oder so, aber ich habe nix dazu gefunden.</p>
<p>weiss jemand weiter??</p>
<p>danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/985053</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/985053</guid><dc:creator><![CDATA[benshman]]></dc:creator><pubDate>Fri, 03 Feb 2006 14:24:36 GMT</pubDate></item><item><title><![CDATA[Reply to alle file und libs zu einem statischen paket packen (*.bin) on Fri, 03 Feb 2006 14:30:27 GMT]]></title><description><![CDATA[<p>Dein Prof hat recht. Laß das &quot;und so&quot; weg und Du hast die Antwort.</p>
<p>Wenn Du ein Programm mit &quot;gcc -static&quot; bindest, werden keine shared-libraries gebunden sondern die statischen Varianten mit der Endung .a.</p>
<p>Tommi</p>
]]></description><link>https://www.c-plusplus.net/forum/post/985060</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/985060</guid><dc:creator><![CDATA[tntnet]]></dc:creator><pubDate>Fri, 03 Feb 2006 14:30:27 GMT</pubDate></item></channel></rss>