in reply to Re: Re: bootstrapping with microperl
in thread bootstrapping with microperl
LD = $(CC) DEFINES = -DPERL_CORE -DPERL_MICRO OPTIMIZE = -O3 -static CFLAGS = $(DEFINES) $(OPTIMIZE) LIBS = -lm _O = .o
On systems that support dynamic linking, this prevents linking with the shared libraries. On other systems, this option has no effect.
perl -le 'print+unpack("N",pack("B32","00000000000000000000001000011110"))'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: bootstrapping with microperl
by zentara (Cardinal) on Jan 20, 2003 at 13:28 UTC |