This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace the use Test::More in t/{op,io,run} with t/test.pl.
[perl5.git] / mpeix / relink
CommitLineData
1d84e8df
JH
1#!/bin/sh
2
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.
6
f6e660f0
JH
7gcc -o perl perlmain.o \
8 lib/auto/DynaLoader/DynaLoader.a \
9 libperl.a \
10 `cat ext.libs` \
b62e3068 11 -L/BINDFW/CURRENT/lib -lbind \
f6e660f0
JH
12 -L/SYSLOG/PUB -lsyslog
13callci '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"'