Skip to main content

Questions tagged [gnu]

-3 votes
1 answer
336 views

The GNU compiler toolset has a profiler "gprof" for performance analysis of C++ programs. With the -pg switch, the gcc compiler will make executables that write a data file, "gmon.out&...
Daniel R. Collins's user avatar
0 votes
0 answers
154 views

I tested out a few different compiler optimizations on GNU GCC, in the CodeBlocks IDE. With each different optimization I ran the same test: I let my program try to build as big of a tree as it could ...
Inertial Ignorance's user avatar
-4 votes
2 answers
2k views

In C program I'm doing below stuff int x = 4; Let us assume integer has 2 bytes in this case. So my question here is the variable x will hold two bytes that mean 16 bits. So here how the value 4 ...
Abdulvakaf K's user avatar
6 votes
1 answer
3k views

The GNU Assembler as uses different characters depending on the architecture to specify single-line comments, such as # on x86, ; on 29k, or @ on ARM. Moreover, regardless of platform, C-style ...
Ankush's user avatar
  • 861
13 votes
3 answers
10k views

I sometimes see these two terms be used interchangeably. What is the actual difference between these two terms? How are they used differently? Are there any other alternatives to these two libraries?
yoyo_fun's user avatar
  • 2,307
-1 votes
1 answer
142 views

We have our own proprietary software that we are developing for commercial business. We want to sell the software and we do not have any problem in distributing the source code to our customers. Due ...
user9836's user avatar
0 votes
1 answer
206 views

Suppose I took the libstc++ implementation of a C++ standard class, and modified it (so now I have, say, a magic_vector based off of the code for std::vector). What licensing restrictions does that ...
einpoklum's user avatar
  • 2,828
4 votes
2 answers
3k views

I'm programming on a c project and use code from another author. I change the main functionality to a new, complete other one. The most of the new code is my own but some files are untouched and ...
C-Jay's user avatar
  • 141
5 votes
3 answers
5k views

I am using GhostScript on a desktop application that I intend to sell online. The GhostScript library has an AFERO license (see here). I do not mind to make the source code of my application available ...
Anna Dorsey's user avatar
15 votes
3 answers
3k views

In this thread it is discussed if it is legally possible to take on open source project and close its sources. But this seems to refer to someone else's project. So, my question is: What about my own ...
Willi Mentzel's user avatar
1 vote
1 answer
216 views

I have an application that I want to be MIT and I have a roo gem in my Gemfile (roo is licensed under MIT) however it depends on spreadsheet that has GNU license. Am I allowed to use roo and have MIT ...
Bohdan Pohorilets's user avatar
0 votes
1 answer
201 views

I am working on a social networking platform using a database wrapper released under GPL. I'm fairly new to using open source software, so I'm not sure what would require me to release my source code. ...
A. Fenske's user avatar
3 votes
1 answer
131 views

I have found a piece of code online (https://github.com/kenkendk/sharpaescrypt/blob/master/Source/SharpAESCrypt.cs) licensed under GNU LGPL v 2.1 If I would like to make some changes to this file and ...
Zuiq Pazu's user avatar
  • 133
0 votes
2 answers
67 views

I rewrote my makefile a while back to get the benefit of greedily searching for and compiling all sources under some root folder. I'm very happy with it except for the fact that the source libraries I ...
Engineer's user avatar
  • 781
2 votes
1 answer
236 views

In the GNU Affero General Public License, there is a section that reads: The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code ...
leylandski's user avatar

15 30 50 per page