3 # MPE/iX as of 5.5 does not yet properly support linking against dynamic
4 # libraries via gcc or ld. For now, re-run gcc without the external library
5 # list, and then run the native linker with the list of dynamic libraries.
7 gcc -o perl perlmain.o \
8 lib/auto/DynaLoader/DynaLoader.a \
11 -L/BIND/PUB/lib -lbind \
12 -L/SYSLOG/PUB -lsyslog
13 callci 'linkedit "altprog ./perl;xl=/usr/lib/libcurses.sl,/lib/libsvipc.sl,/usr/lib/libsocket.sl,/usr/lib/libstr.sl,/lib/libm.sl,/lib/libc.sl"'