Date: 07 Apr 1998 16:33:14 +0200 From: Thomas Gellekum <tg@ihf.rwth-aachen.de> 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 Message-ID: <87ra393dn9.fsf@ghpc6.ihf.rwth-aachen.de> In-Reply-To: asami@FreeBSD.ORG's message of "Sat, 28 Mar 1998 14:09:19 -0800 (PST)" References: <199803282209.OAA13910@baloon.mimi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87ra393dn9.fsf>