source: trunk/third/perl/mpeix/relink @ 14545

Revision 14545, 489 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r14544, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
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
7gcc -o perl perlmain.o lib/auto/DynaLoader/DynaLoader.a libperl.a `cat ext.libs` -L/BIND/PUB/lib -lbind -L/SYSLOG/PUB -lsyslog
8callci 'linkedit "altprog ./perl;xl=/usr/lib/libcurses.sl,/lib/libsvipc.sl,/usr/lib/libsocket.sl,/lib/libm.sl,/lib/libc.sl"'
Note: See TracBrowser for help on using the repository browser.