Astronet Поиск по астрономическим сайтам English Russian
       
        Точная форма слов   О проекте   Сайты   Справка
Найдено документов: 174253 (173 сайтов) ---- Время поиска: 0.75сек.   

1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | След.

Показаны документы, содержащие фрагменты текста из документа
http://neptun.sai.msu.su/manual/dso.html.

1. Apache 1.3 Dynamic Shared Object (DSO) support
... On modern Unix derivatives there exists a nifty mechanism usually called dynamic linking/loading of Dynamic Shared Objects (DSO) which provides a way to build a piece of program code in a special format for loading it at run-time into the address space of an executable program. ... The idea is simple: When installing Apache the configure 's make install procedure installs the Apache C header files and puts the platform-dependent compiler and linker flags for building DSO files into the apxs program....
[ Сохраненная копия ]  Ссылки http://neptun.sai.msu.su/manual/dso.html -- 21.6 Кб -- 20.06.2002
Похожие документы

2. casacore: casa::DynLib Class Reference
... Classes . ... casa . casa::DynLib . ... Class to handle loadig of dynamic libraries. ... DynLib (const std::string &library, const std::string &prefix=std::string(), const std::string &funcName=std::string(), bool closeOnDestruction= True ) . ... DynLib (const std::string &library, Bool closeOnDestruction, const std::string &prefix="lib", const std::string &suffix=".so") . ... If closeOnDestruction=True , the dynamic library is closed on destruction of the DynLib object. casa::DynLib::DynLib . ...
[ Сохраненная копия ]  Ссылки http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1DynLib.html -- 22.8 Кб -- 14.02.2011
Похожие документы

3. Dynamic Shared Object (DSO) Support - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. ... Alternatively, modules can be compiled as Dynamic Shared Objects (DSOs) that exist separately from the main httpd binary file. ... Related Modules . ... The DSO support for loading individual Apache modules is based on a module named mod_so which must be statically compiled into the Apache core. ...
[ Сохраненная копия ]  Ссылки http://www.sao.ru/ztcs/manual/dso.html -- 18.0 Кб -- 25.02.2008
Похожие документы

4. Dynamic Shared Object (DSO) Support - Apache HTTP Server
Modules | ... Apache HTTP Server Version 2.2 . ... The Apache HTTP Server is a modular program where the administrator can choose the functionality to include in the server by selecting a set of modules. ... Alternatively, modules can be compiled as Dynamic Shared Objects (DSOs) that exist separately from the main httpd binary file. ... Related Modules . ... The DSO support for loading individual Apache modules is based on a module named mod_so which must be statically compiled into the Apache core. ...
[ Сохраненная копия ]  Ссылки http://www.arcetri.astro.it/manual/de/dso.html -- 20.0 Кб -- 21.01.2013
Похожие документы

5. Chapter 5. Listing of Installed Components
Chapter 5. Listing of Installed Components . ... An X driver (/usr/X11R6/lib/modules/drivers/nvidia_drv.so); this driver is needed by the X server to use your NVIDIA hardware. ... An X module for wrapped software rendering (/usr/X11R6/lib/modules/libnvidia-wfb.so.x.y.z and optionally, /usr/X11R6/lib/modules/libwfb.so); this module is used by the X driver to perform software rendering on GeForce 8 series GPUs. ... See Chapter 4, Installing the NVIDIA Driver for a more thorough description. ...
[ Сохраненная копия ]  Ссылки http://www.naic.edu/~phil/hardware/nvidia/doc/driverInstall/chapter-05.html -- 11.4 Кб -- 30.10.2009
Похожие документы
Еще в разделе: (Показать все результаты (>2597) - www.naic.edu/ )

6. http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README
CFITSIO Interface Library CFITSIO is a library of ANSI C routines for reading and writing FITS format data files. ... The CFITSIO library is built on Unix systems by typing: > ./configure [--prefix=/target/installation/path] > make (or 'make shared') > make install (this step is optional) at the operating system prompt. The configure command customizes the Makefile for the particular system, then the `make' command compiles the source files and builds the library. ...
[ Сохраненная копия ]  Ссылки http://www.astro.louisville.edu/software/sbig/archive/xmccd-4.1/xmccd-4.1e/libcfitsio/libcfitsio-3.310/README -- 6.9 Кб -- 30.12.2010
Похожие документы

7. From Power Up To Bash Prompt: The GNU C Library
... However, init, like almost all programs, uses functions from libraries. ... It comes from the standard C libraries, on a GNU/Linux system, glibc. ... They are libraries of these functions. ... There are two ways programs can use these library functions. ... For example, here are the libraries that bash uses: . ... Use ldd to find out what libraries init uses. ... Write, compile and link a program that uses this library. source code, see Building a Minimal Linux System from Source Code for urls . ...
[ Сохраненная копия ]  Ссылки http://mavr.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 28.12.2007
[ Сохраненная копия ]  Ссылки http://www.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 11.09.2010
[ Сохраненная копия ]  Ссылки http://jet.sao.ru/hq/sts/linux/doc/pwr2bash/From-PowerUp-To-Bash-Prompt-HOWTO-5.html -- 4.8 Кб -- 02.10.2012
Похожие документы

8. Some notes on the GNU toolchain Bojan Nikolic web pages (r. 329)
... Bojan Nikolic web pages (r. 329) . ... The order in which libraries to link to are passed to the linker is important . ... Many libraries use the GNU Autoconf/Automake build toolchain. ... Run the ./configure script, which looks for the various programs and libraries that the package needs . ... The simplest way is to run ./configure and make note of any complaints about missing programs or libraries that it reports. ... Some notes on the GNU toolchain . ... Passing options to configure . ...
[ Сохраненная копия ]  Ссылки http://www.mrao.cam.ac.uk/~bn204/alma/sweng/gnutoolchainnotes.html -- 18.2 Кб -- 04.04.2016
Похожие документы

9. Specview Download
... Release Notes . ... File Formats . ... After downloading the installer file, run it and follow the installation instructions. ... If you expect to use the line identification tool extensively, it is recommended that you download the file below and drop it into the same directory where the other Specview files are. ... If you expect to use the standards library extensively, it is recommended that you download the file below and drop it into the same directory where the other Specview files are. ...
[ Сохраненная копия ]  Ссылки http://www.stsci.edu/institute/software_hardware/specview/download -- 22.0 Кб -- 11.04.2016
Похожие документы

10. ESO - Common Pipeline Library
... Science . ... Science Users Information Science Software Common Pipeline Library jump to navigation jump to content . ... Proposal Package . ... The following table provides the download links for the latest offical release of the CPL source packages, the documentation, and the Esorex tool. As a convenience the source packages of the third-party libraries which were used to verify this CPL release are also available from the table below. ... The on-line version of the manual is available here . ...
[ Сохраненная копия ]  Ссылки http://www.eso.org/sci/software/cpl/download.html -- 46.0 Кб -- 10.04.2016
Похожие документы