Re: Making Perl work on DYNIX/ptx
Martin J. Bligh [Tue, 10 Nov 1998 18:01:10 +0000 (10:01 -0800)]
Message-ID: <187803647.910720870@w-186d219.rhe.sequent.com>
To: jhi@iki.fi
cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu

p4raw-id: //depot/cfgperl@2228

ext/DB_File/hints/dynixptx.pl [new file with mode: 0644]
ext/POSIX/hints/dynixptx.pl [new file with mode: 0644]

diff --git a/ext/DB_File/hints/dynixptx.pl b/ext/DB_File/hints/dynixptx.pl
new file mode 100644 (file)
index 0000000..bb5ffa5
--- /dev/null
@@ -0,0 +1,3 @@
+# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
+
+$self->{LIBS} = ['-lm -lc'];
diff --git a/ext/POSIX/hints/dynixptx.pl b/ext/POSIX/hints/dynixptx.pl
new file mode 100644 (file)
index 0000000..05cf0f8
--- /dev/null
@@ -0,0 +1,4 @@
+# Need to add an extra '-lc' to the end to work around a DYNIX/ptx bug
+# PR#227670 - linker error on fpgetround()
+
+$self->{LIBS} = ['-ldb -lc'];