[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: DDD 3.2.1 source compilation issue
From: |
Andreas Zeller |
Subject: |
Re: DDD 3.2.1 source compilation issue |
Date: |
20 Dec 2000 09:44:55 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
Hi!
"Rosa Medeiros" <rosacris@nortelnetworks.com> writes:
> Hi people,
>
> I just builded and compiled the ddd-3.2.1 source distribution in an HP-UX
> 10.20 box with the following commands:
>
> ./configure --prefix=/apps/gnu/ddd-3.2.1 --exec-prefix=/apps/gnu/ddd-3.2.1
> make
>
> I used the2.95.2 versions of gcc and g++ for the make, and it stopped at the
> link edition pass:
>
> ============================================================================
> =================================
> g++ -o ddd-3.2.1-hppa2.0-hp-hpux10.20 ddd.o compare.o cook.o
> cwd.o glob.o hash.o home.o rxclass.o sigName.o
> strclass.o tabs.o uniquify.o PrintGC.o SignalB.o
> TypeInfo.o UniqueId.o MemCheck.o IntIntAA.o StatArray.o
> StringA.o StringMap.o StringSA.o VoidArray.o WidgetSA.o Agent.o
> AgentM.o AsyncAgent.o ChunkQueue.o DataLength.o HandlerL.o
> LiterateA.o ReadLineA.o TimeOut.o TTYAgent.o charsets.o
> converters.o decoration.o events.o findParent.o findWindow.o
> fileSBF.o frame.o longName.o selection.o simpleMenu.o
> verify.o AutoRaise.o ComboBox.o Delay.o DestroyCB.o
> ExitCB.o InitImage.o LabelH.o LessTifH.o MString.o
> MakeMenu.o SpinBox.o Swallower.o XErrorB.o printBox.o
> AlignBox.o ArcBox.o BinBox.o Box.o BoxD.o
> BoxExtend.o BoxPoint.o BoxRegion.o BoxSize.o ColorBox.o
> CompositeB.o DiagBox.o DummyBox.o FixBox.o FontFixBox.o
> FontTable.o HatBox.o LineBox.o ListBox.o MarkBox.o
> MatchBox.o PrimitiveB.o SlopeBox.o StringBox.o THatBox.o
> TagBox.o TrueBox.o ArgNode.o BuiltinCN.o CallNode.o
> ConstNode.o DefCallN.o DummyNode.o LetNode.o NameNode.o
> ListNode.o TestNode.o TrueNode.o VSEFlags.o VSLArgList.o
> VSLBuiltin.o VSLDef.o VSLDefList.o VSLErr.o VSLLib.o
> VSLNode.o VSLRead.o ArcGraphE.o BoxEdgeA.o BoxGraphN.o
> EdgeA.o EdgeAPA.o Graph.o GraphEdge.o GraphEdit.o
> GraphGC.o GraphNode.o GraphNPA.o HintGraphN.o LineGraphE.o
> LineGESI.o PannedGE.o PosGraphN.o RegionGN.o ScrolledGE.o
> layout.o annotation.o args.o buttons.o cmdtty.o
> comm-manag.o complete.o ctrl.o data.o dbx-lookup.o
> deref.o disp-read.o editing.o environ.o examine.o
> exectty.o exit.o expired.o file.o filetype.o
> fonts.o fortranize.o gdbinit.o history.o hostname.o
> index.o isid.o java.o logo.o logplayer.o
> mainloop.o mydialogs.o options.o plotter.o post.o
> print.o question.o regexps.o resources.o sashes.o
> select.o session.o settings.o shell.o shorten.o show.o
> configinfo.o source.o status.o string-fun.o tictactoe.o tips.o
> toolbar.o ungrab.o value-read.o windows.o wm.o
> xconfig.o AliasGE.o ArgField.o BreakPoint.o BreakPM.o
> CodeCache.o Command.o DataDisp.o DispBox.o DispBuffer.o
> DispGraph.o DispNode.o DispNodeM.o DispValue.o DispValueA.o
> DispValueT.o EntryType.o GDBAgent.o HelpCB.o HistoryD.o
> HistoryF.o MinMaxA.o PlotAgent.o PlotArea.o PosBuffer.o
> ProgressM.o RefreshDI.o SmartC.o SourceView.o Tool.o
> UndoBuffer.o UndoBE.o WhatNextCB.o -L/usr/lib/X11R4 -lXm -lXaw
> -lXmu -lXext -lXt -lSM -lICE -lX11 -lcurses -ly -liberty -lm
> /usr/ccs/bin/ld: Unsatisfied symbols:
> XtOpenApplication (code)
> XtAppAddSignal (code)
> XtLastEventProcessed (code)
> sessionShellWidgetClass (data)
> XInitImage (code)
> XtRemoveSignal (code)
> XtShellStrings (data)
> XtNoticeSignal (code)
> XtStrings (data)
> XtSessionReturnToken (code)
> collect2: ld returned 1 exit status
> *** Error exit code 1
>
> Stop.
> *** Error exit code 1
>
> Stop.
> ============================================================================
> ============================
>
> I guess that are missing some libraries or they are in an old version, maybe
> X one. But, what are them ?
Try `-L/usr/lib/X11R6' instead.
--
Andreas Zeller Universitaet Passau
http://www.fmi.uni-passau.de/st/staff/zeller/