blob: e0a6edd2135b22ba748b50cfe555670a6cbd0f7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Using GCC? -- was: GPL specifics</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:corvazier%40nevrax.com">
<LINK REL="Previous" HREF="000809.html">
<LINK REL="Next" HREF="000812.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Using GCC? -- was: GPL specifics</H1>
<B>Cyril 'Hulud' Corvazier</B>
<A HREF="mailto:corvazier%40nevrax.com"
TITLE="[Nel] Using GCC? -- was: GPL specifics">corvazier@nevrax.com</A><BR>
<I>Fri, 14 Dec 2001 14:34:52 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000809.html">[Nel] Using GCC? -- was: GPL specifics</A></li>
<LI> Next message: <A HREF="000812.html">[Nel] Using GCC? -- was: GPL specifics</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#811">[ date ]</a>
<a href="thread.html#811">[ thread ]</a>
<a href="subject.html#811">[ subject ]</a>
<a href="author.html#811">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i> Okay well I hate to go slightly off topic here but this is a question
</I>><i> that I need to ask since we're talking about all GPL, LGPL, etc. Where
</I>><i> does building an application with gcc fall into all of this? I write a
</I>><i> program, build it with gcc or g++ and plan to sell it to other users.
</I>><i> But, I don't want to distribute the source of the application. Can I
</I>><i> still use gcc/g++? or am I forced to find an alternative compiler such
</I>><i> as VisualC for windows or a unix specific compiler for unix variants?
</I>
Yes you can use GCC to compile proprietary softwares (else most of
the playstation, GBA etc.. games are GPL :-) ), only software including
GPL code become GPL itself, not the product of GPLed software.
Cyril Corvazier.
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000809.html">[Nel] Using GCC? -- was: GPL specifics</A></li>
<LI> Next message: <A HREF="000812.html">[Nel] Using GCC? -- was: GPL specifics</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#811">[ date ]</a>
<a href="thread.html#811">[ thread ]</a>
<a href="subject.html#811">[ subject ]</a>
<a href="author.html#811">[ author ]</a>
</LI>
</UL>
</body></html>
|