gomp-discuss
[Top][All Lists]
Advanced

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

Re: [Gomp-discuss] Organization of libgomp source code


From: Lars Segerlund
Subject: Re: [Gomp-discuss] Organization of libgomp source code
Date: Tue, 18 Feb 2003 13:42:04 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20021226 Debian/1.2.1-9


Ok, sorry if I have been pestering everybody on this point, I will drop it.

 / Lars.

Steven Bosscher wrote:
Op di 18-02-2003, om 12:48 schreef Lars Segerlund:

.. also we should if possible make our binaries run without libgomp and threads, a fallback to nuthing. ( it's easy and might make life easier for a lot of people ).


I completely fail to understand why you think it is so important to make
all this work without a library.

If people don't want the library, they should just not compile their
software with OpenMP enabled.  Easy as that.  You can have stubs that
don't do anything (like in the specs) but that is still a library.

It is not easy to *not* have a library at all AFAICS.  Either the
compiler generates calls to the library so you need the library, or the
compiler does not generate library calls and you don't need the
library. Try anything else and the whole thing won't even link.
Greetz
Steven




_______________________________________________
Gomp-discuss mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/gomp-discuss






reply via email to

[Prev in Thread] Current Thread [Next in Thread]