From: George Koharchik (georgek++at++skopen.rsc.raytheon.com)
Date: 02/21/2001 05:31:44
Hi Roy,
I had the same problem. I switched to PFLIB for 2.4. (Someone else
can chime in if there is a better way).
From one of my Makefile's:
# OGLLIB is set up by pfmakedefs and in pfmakerules, whatever
# we add into OGLLIB gets incorporated into the linker command line.
# in Performer 2.4, OGLLIB is replaced by PFLIB, so we'll have to
# hitchhike on that variable instead. -gpk 2/8/01
PFLIB += -L${ARSI_LIB} ${CUSTOM_LIBS}
-------------------
From: R A Ruddle <royr++at++comp.leeds.ac.uk>
Date: Tue, 20 Feb 2001 12:34:38 +0000 (GMT)
Subject: Makefile change 2.2 -> 2.4
Hi there,
Having upgraded from 2.2 to 2.4 on an Onyx, I'm getting errors during
linking. I've got some application dependent libraries, which I used to
link in by having the following line in my Makefile
OGLLIB += xxx
It appears that OGLLIB has been superceeded by LIBOGL, but including a
line like LIBOGL += xxx has no effect, + the documentation doesn't appear
to be much help.
Can anyone tell me how to link in my application libraries.
with tks
roy
This archive was generated by hypermail 2b29 : Wed Feb 21 2001 - 05:31:53 PST