Browse Wiki & Semantic Web

Jump to: navigation, search
Http://dbpedia.org/resource/Libiberty
  This page has no properties.
hide properties that link here 
  No properties link to this page.
 
http://dbpedia.org/resource/Libiberty
http://dbpedia.org/ontology/abstract GNU libiberty는 다양한 GNU 프로그램들에서 사용되는 서브루틴들을GNU libiberty는 다양한 GNU 프로그램들에서 사용되는 서브루틴들을 모아둔 라이브러리이다. 이것은 원래 (보통 유닉스 시스템에서 컴파일 명령에서 라이브러리 옵션을 명시하는 형태인) "-liberty"라는 옵션을 통해 링크될 수 있는일종의 표준 크로스-플랫폼 라이브러리로 사용하기 위해 개발되었다.libiberty는 많은 유용한 함수들로 구성되어 있다.하지만, C와 POSIX 표준이 이에 자극을 받아 해당 기능의 일부를 추가하게 됨에 따라,libiberty는 주로 GNU 툴체인의 지원 라이브러리로 사용되고 있다. libiberty의 코드는 GCC, gdb, binutils와 함께 배포되고 있다. libiberty의 중요한 기능 중의 하나는 binutils와 gdb에서 사용되는 C++ 언어를 위한 디맹글러이다. libiberty의 이름은 "liberty"라는 단어를 이용한 일종의 말장난이다.유닉스 기반의 운영 체제상에서는 라이브러리의 파일을 "lib"에 해당 라이브러리의 이름을 덧붙여서 사용한다.하지만 gcc에서 링크시키도록 할 때는 명령행에서 -l 옵션에, 라이브러리 이름에서 "lib" 이후의 부분을 덧붙여 사용한다.따라서 libiberty의 경우에는 -liberty 가 된다.붙여 사용한다.따라서 libiberty의 경우에는 -liberty 가 된다. , GNU libiberty is a software library with aGNU libiberty is a software library with a collection of subroutines used by various GNU programs. The library is now a decommissioned GNU package. It was originally intended to be a sort of standard cross-platform library, thus enabling it to be linked (using the usual Unix library form) by just passing "-liberty" to the compiler. The contents consisted of a variety of useful functions. However, the development of standards for C and POSIX took away some of the impetus for this, and libiberty came to be used primarily as a support library for the GNU toolchain. It still contains a minimal set of functions that are either GNU extensions or occasionally unimplemented parts of the standard. Copies of libiberty are distributed with gcc, gdb, and the binutils. libiberty is not otherwise versioned or released separately. One important piece of libiberty functionality is a demangler for C++ and D, included so that it is available to both binutils and GDB. The name is a pun or word play on the word "liberty". On Unix-like operating systems, library files are always named "lib" + "the name of the library." But when they are linked to with a C compiler command (cc, gcc, etc.), the command line flag specifying the library is -l followed by the part of the library name after "lib". In libiberty's case it therefore becomes -liberty.erty's case it therefore becomes -liberty.
http://dbpedia.org/ontology/wikiPageExternalLink https://gcc.gnu.org/onlinedocs/libiberty/ +
http://dbpedia.org/ontology/wikiPageID 1260972
http://dbpedia.org/ontology/wikiPageLength 2564
http://dbpedia.org/ontology/wikiPageRevisionID 1108252649
http://dbpedia.org/ontology/wikiPageWikiLink http://dbpedia.org/resource/Word_play + , http://dbpedia.org/resource/D_%28programming_language%29 + , http://dbpedia.org/resource/Gnulib + , http://dbpedia.org/resource/GNU_Binary_Utilities + , http://dbpedia.org/resource/Operating_system + , http://dbpedia.org/resource/C%2B%2B + , http://dbpedia.org/resource/Unix + , http://dbpedia.org/resource/Name_mangling + , http://dbpedia.org/resource/GNU_Debugger + , http://dbpedia.org/resource/GNU + , http://dbpedia.org/resource/Unix-like + , http://dbpedia.org/resource/Liberty + , http://dbpedia.org/resource/Subroutine + , http://dbpedia.org/resource/Computer_program + , http://dbpedia.org/resource/Command_line + , http://dbpedia.org/resource/GNU_toolchain + , http://dbpedia.org/resource/Binutils + , http://dbpedia.org/resource/Pun + , http://dbpedia.org/resource/Cross-platform + , http://dbpedia.org/resource/GNU_Compiler_Collection + , http://dbpedia.org/resource/POSIX + , http://dbpedia.org/resource/Library_%28computer_science%29 + , http://dbpedia.org/resource/Category:GNU_Project_software + , http://dbpedia.org/resource/C_%28programming_language%29 +
http://dbpedia.org/property/wikiPageUsesTemplate http://dbpedia.org/resource/Template:Refimprove + , http://dbpedia.org/resource/Template:Free-software-stub + , http://dbpedia.org/resource/Template:GNU + , http://dbpedia.org/resource/Template:Portal + , http://dbpedia.org/resource/Template:Reflist + , http://dbpedia.org/resource/Template:Short_description +
http://purl.org/dc/terms/subject http://dbpedia.org/resource/Category:GNU_Project_software +
http://purl.org/linguistics/gold/hypernym http://dbpedia.org/resource/Library +
http://www.w3.org/ns/prov#wasDerivedFrom http://en.wikipedia.org/wiki/Libiberty?oldid=1108252649&ns=0 +
http://xmlns.com/foaf/0.1/isPrimaryTopicOf http://en.wikipedia.org/wiki/Libiberty +
owl:sameAs http://rdf.freebase.com/ns/m.04n1h6 + , http://www.wikidata.org/entity/Q10854639 + , http://ko.dbpedia.org/resource/Libiberty + , http://dbpedia.org/resource/Libiberty + , https://global.dbpedia.org/id/AGk2 +
rdf:type http://dbpedia.org/ontology/Library +
rdfs:comment GNU libiberty is a software library with aGNU libiberty is a software library with a collection of subroutines used by various GNU programs. The library is now a decommissioned GNU package. It was originally intended to be a sort of standard cross-platform library, thus enabling it to be linked (using the usual Unix library form) by just passing "-liberty" to the compiler. The contents consisted of a variety of useful functions. However, the development of standards for C and POSIX took away some of the impetus for this, and libiberty came to be used primarily as a support library for the GNU toolchain. It still contains a minimal set of functions that are either GNU extensions or occasionally unimplemented parts of the standard.nally unimplemented parts of the standard. , GNU libiberty는 다양한 GNU 프로그램들에서 사용되는 서브루틴들을GNU libiberty는 다양한 GNU 프로그램들에서 사용되는 서브루틴들을 모아둔 라이브러리이다. 이것은 원래 (보통 유닉스 시스템에서 컴파일 명령에서 라이브러리 옵션을 명시하는 형태인) "-liberty"라는 옵션을 통해 링크될 수 있는일종의 표준 크로스-플랫폼 라이브러리로 사용하기 위해 개발되었다.libiberty는 많은 유용한 함수들로 구성되어 있다.하지만, C와 POSIX 표준이 이에 자극을 받아 해당 기능의 일부를 추가하게 됨에 따라,libiberty는 주로 GNU 툴체인의 지원 라이브러리로 사용되고 있다. libiberty의 코드는 GCC, gdb, binutils와 함께 배포되고 있다. libiberty의 중요한 기능 중의 하나는 binutils와 gdb에서 사용되는 C++ 언어를 위한 디맹글러이다.나는 binutils와 gdb에서 사용되는 C++ 언어를 위한 디맹글러이다.
rdfs:label Libiberty
hide properties that link here 
http://dbpedia.org/resource/Gnulib + , http://dbpedia.org/resource/Macintosh_Programmer%27s_Workshop + http://dbpedia.org/ontology/wikiPageWikiLink
http://en.wikipedia.org/wiki/Libiberty + http://xmlns.com/foaf/0.1/primaryTopic
 

 

Enter the name of the page to start semantic browsing from.