- or download this
> perl -V:make
make='make';
- or download this
33 LDFLAGS = -L/usr/local/lib
34 LIBC = /lib/libc-2.3.1.so
...
38 OSNAME = linux
39 OSVERS = 2.4.20-2.48smp
40 RANLIB = _
- or download this
839 less='less'
840 lib_ext='.a'
841 libc='/lib/libc-2.3.1.so'
842 libperl='libperl.so'
- or download this
907 nvsize='8'
908 nvtype='double'
909 o_nonblock='O_NONBLOCK'
910 obj_ext='.o'
911 old_pthread_create_joinable=''
- or download this
> perl -V:lib_ext
lib_ext='.a';
...
libc='/lib/libc-2.3.1.so';
> perl -V:obj_ext
obj_ext='.o';