代码搜索:linux

找到约 10,000 项符合「linux」的源代码

代码结果 10,000
www.eeworm.com/read/323643/3512056

linux makefile.linux

# makefile for libpng.a and libpng12.so on Linux ELF with gcc # Copyright (C) 1998, 1999, 2002 Greg Roelofs and Glenn Randers-Pehrson # Copyright (C) 1996, 1997 Andreas Dilger # For conditions of dist
www.eeworm.com/read/323643/3512164

linux makefile.linux

# # For conditions of distribution and use, see copyright notice in libmng.h # # makefile for libmng - THE MNG library # this makefile is suitable for Linux ELF with gcc # # (this file is heavily copi
www.eeworm.com/read/322722/3521917

linux makefile.linux

include $(MPSDK_ROOT)/Makefile.rules LDFLAGS+=-shared LDLIBS+=-lwin2linux -lServerBaseObjects CPPSOURCE=Instance_Processor.cpp\ IntelMobileProcessorClassProvider.cpp\ IntelMobileProcessorInstan
www.eeworm.com/read/321483/3534663

pl linux.pl

# libc6, aka glibc2, seems to need STRUCT_TM_HASZONE defined. # Thanks to Bart Schuller # See Message-ID: # XXX A Configure test is needed. $
www.eeworm.com/read/321483/3534700

pl linux.pl

# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767 # explicit linking is required to ensure the use of versioned symbols $self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;
www.eeworm.com/read/321483/3534716

pl linux.pl

# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767 # explicit linking is required to ensure the use of versioned symbols $self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;
www.eeworm.com/read/321483/3534978

patches linux.patches

*** sdbm.dist/./dbu.c Mon Feb 17 21:18:52 1992 --- sdbm/./dbu.c Mon Feb 17 21:11:20 1992 *************** *** 12,18 **** #endif extern int getopt(); ! extern char *strchr(); extern void oops()
www.eeworm.com/read/321483/3535043

pl linux.pl

# needs to explicitly link against librt to pull in clock_nanosleep $self->{LIBS} = ['-lrt'];
www.eeworm.com/read/321483/3535304

pl linux.pl

# XXX Configure test needed. # Some Linux releases like to hide their $self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf' if -f "/usr/include/libelf/nlist.h"; 1;
www.eeworm.com/read/321483/3535526

pl linux.pl

# gcc -O3 (and higher) can cause code produced from Storable.xs that # dumps core immediately in recurse.t and retrieve.t, in is_storing() # and last_op_in_netorder(), respectively. In both cases the