From owner-cvs-ports Tue Apr 7 07:33:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03153 for cvs-ports-outgoing; Tue, 7 Apr 1998 07:33:57 -0700 (PDT) (envelope-from owner-cvs-ports) Received: from ghpc8.ihf.rwth-aachen.de (ghpc8.ihf.RWTH-Aachen.DE [134.130.90.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03128; Tue, 7 Apr 1998 07:33:31 -0700 (PDT) (envelope-from tg@ghpc8.ihf.rwth-aachen.de) Received: from ghpc6.ihf.rwth-aachen.de (ghpc6.ihf.rwth-aachen.de [134.130.90.6]) by ghpc8.ihf.rwth-aachen.de (8.8.7/8.8.6) with ESMTP id QAA04963; Tue, 7 Apr 1998 16:33:17 +0200 (CEST) Received: (from tg@localhost) by ghpc6.ihf.rwth-aachen.de (8.8.8/8.8.5) id QAA18751; Tue, 7 Apr 1998 16:33:16 +0200 (CEST) To: asami@FreeBSD.ORG (Satoshi Asami) Cc: steve@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG Subject: Re: cvs commit: ports/x11/lesstif Makefile ports/x11/lesstif/pkg PLIST References: <199803282209.OAA13910@baloon.mimi.com> From: Thomas Gellekum Date: 07 Apr 1998 16:33:14 +0200 In-Reply-To: asami@FreeBSD.ORG's message of "Sat, 28 Mar 1998 14:09:19 -0800 (PST)" Message-ID: <87ra393dn9.fsf@ghpc6.ihf.rwth-aachen.de> Lines: 20 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami@FreeBSD.ORG (Satoshi Asami) writes: > * Fix a few portlint nits. > > I don't know if it's related, but it doesn't build here anymore.... This shouldn't be related to Steve's changes. lesstif still builds fine for me. > cc -O -DNONSTANDARD_CONVERTERS -DLESSTIF_VERBOSE -o .libs/uil Attribute.o Callback.o Expression.o ExpressionList.o FakeWidget.o Include.o MrmTypes.o glue.o lex.o main.o yacc.o -R/usr/X11R6/lib -lXm -R/usr/X11R6/lib -lMrm -L/usr/X11R6/lib -lXt -lXext -lX11 -lXext -lSM -lICE -lfl > Attribute.o: Undefined symbol `_LookUpArgIndex' referenced from text segment > Attribute.o: Undefined symbol `_Exit' referenced from text segment > Callback.o: Undefined symbol `_Exit' referenced from text segment > Callback.o: Undefined symbol `_ArgNamesString' referenced from text segment > Expression.o: Undefined symbol `_Exit' referenced from text segment The linker should find those functions in libMrm. If it can't find them, I would expect tons of undefined symbols from libXm, too. tg