Re: I'm really confuesd and frustrated Please Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I realize that I did not give much context as to what the original question was so i've included a copy of it at the bottom of this Email. (please read it before continuing)

As far as what ___________________________ said:

"
"If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. " I'll bet you'll find that the public header files for glibc meet the above description, i.e. nothing you use from them is a macro or inline function longer than 10 lines. That means you're safe to ship commercial code that links to glibc in the normal way, and you won't have to release your source code.
"

What I hoped to accomplish with my first email was to avoid having to go through each file in the standard c library and standard c++ library and determine what license each was under.  If I'm reading __________________'s suggestion correctly, I would actually end up doing more work rather than less, because I'd have to count lines of code of each function/method in each file.

As suggested by several people who responded to my email, I'll post this question at libc-help@xxxxxxxxxxxxxx (which is my understanding of what the correct libc help email is), since it seems like a better place to have this conversation. 

My email is JacobK622@xxxxxxxxxxxxxx feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email.

------Original Email Begin------
To gcc-help@xxxxxxxxxxx

     Firstly I'd like to preface this by saying a few things:

    1. I don't always know what is or isn't socially appropriate to say/ask/do, so please don't get mad at me if I say/ask/do something inappropriate just let me know and I'll try to do better

    2. Sometimes I word things oddly so if a phrase sounds weird or doesn't make sense please let me know and I'll try to explain

    3. I want to make it VERY clear that the above statement should in no way be misinterpreted to say that 'I think you're dumb' because I don't.)
   
    4. I'm not sure this is the correct email to send this to if it isn't:
        a. I'm sorry
        b. Would you please give me the correct email address? Thanks
   
    5. I've been trying to find a solution to this for well over a month now and I'm getting a bit frustrated.
Anyway...

Right now, I have the standard C library and the standard C++ library as installed by gcc and g++, but it appears that I have multiple copies right now on my computer. ( I'm not sure if I have multiple copies, or if just looks that way because it's spread across the computer, or if it's something different.) (I think gcc did this automatically or it could be relatitd to the fact i have both gcc, g++, and mingw installed) This makes it very difficult to know what files are under what licenses, and what files are being included, because I have multiple copies of the same file under different directories. For instance, stdio.h. How do I download the standard C library and the standard C++ library as a separate download so I can put it in a single folder so that it's in one place? I need to keep track of what files I have under what license, and I can be sure that the license is compatible with the license I'd like to distribute my code under.

     I know how to make it ignore the standard search paths and redirect it to a new or add a new search path, I just need to know where I can get a copy of the standard C library and the standard C++ library (gnu gpl with runtime exception or a different non-copyleft license (MIT, BSD(0, 2, or 3 clause), etc)) so i can put them in a single folder.

I have the same questions as applicable to Mingw.

My email is JacobK622@xxxxxxxxxxxxxx feel free to email me at any time,
although I may not respond immediately. (usually within 24hrs.)
From, Jacob K

Sent with ProtonMail Secure Email.
------Original Email End------

Attachment: signature.asc
Description: OpenPGP digital signature


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux