EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Help for Install MEDM on Redhat6.2
From: chengwx <[email protected]>
To: [email protected]
Date: Wed, 25 Oct 2000 10:59:43 +0800
Hi guys,  I have make the epics base and installed the Motif( which is
needed when making medm) under the help of Markus from SLS.    now when
making medm, I come across the errors like this:

......
gcc: language sb not recognized
gcc: ../xgif.c: linker input file unused since linking not done
gcc -pedantic -o medm -g     -xsb -DSCIPLOT -DMOTIF -DEDITRES
-DMEDM_HELP_PATH="\"http://www.
aps.anl.gov/asd/controls/epics/EpicsDocumentation/ExtensionsManuals/MEDM\""
-D_X86_ -Dlinux
-DUNIX  -I. -I.. -I../../printUtils -I../../xc -I/usr/X11R6/include
-I/usr/X11R6/include/X11 -I../../../../include
-I../../../../include/os/Linux -I../../../../../extensions/include -I.
./../../../../base/include -I../../../../../base/include/os/Linux
-L../../../../../base
/lib/Linux/ -L../../../../lib/Linux/ -L/usr/X11R6/lib/
medmCartesianPlot.o medmSciPlot.o S
ciPlot.o medmCA.o actions.o bubbleHelp.o callbacks.o browserHelp.o
channelPalette.o colorPale
tte.o display.o eventHandlers.o help.o medm.o medmArc.o medmBar.o
medmByte.o medmChoiceButton
s.o medmCommon.o medmComposite.o medmControl.o medmDisplay.o medmImage.o
medmIndicator.o medm
Menu.o medmMessageButton.o medmMeter.o medmMonitor.o medmOval.o
medmPixmap.o medmPolygon.o me
dmPolyline.o medmRectangle.o medmRelatedDisplay.o medmShellCommand.o
medmStripChart.o medmTex
t.o medmTextEntry.o medmTextUpdate.o medmValuator.o medmWidget.o
objectPalette.o productDescr
iptionShell.o resourcePalette.o updateMonitors.o updateTask.o utils.o
xgif.o    -lANLwidgets-lPrintUtils -lca -lCom -lXm -lXt -lXp -lXmu
-lX11    -lm
gcc: medmCartesianPlot.o: No such file or directory
gcc: medmSciPlot.o: No such file or directory
gcc: SciPlot.o: No such file or directory
gcc: medmCA.o: No such file or directory
gcc: actions.o: No such file or directory
gcc: bubbleHelp.o: No such file or directory
gcc: callbacks.o: No such file or directory
gcc: browserHelp.o: No such file or directory
gcc: channelPalette.o: No such file or directory
gcc: colorPalette.o: No such file or directory
gcc: display.o: No such file or directory
gcc: eventHandlers.o: No such file or directory
gcc: help.o: No such file or directory
gcc: medm.o: No such file or directory
gcc: medmArc.o: No such file or directory
gcc: medmBar.o: No such file or directory
gcc: medmByte.o: No such file or directory
gcc: medmChoiceButtons.o: No such file or directory
gcc: medmCommon.o: No such file or directory
gcc: medmPixmap.o: No such file or directory
gcc: medmPolygon.o: No such file or directory
gcc: medmPolyline.o: No such file or directory
gcc: medmRectangle.o: No such file or directory
gcc: medmRelatedDisplay.o: No such file or directory
gcc: medmShellCommand.o: No such file or directory
gcc: medmStripChart.o: No such file or directory
gcc: medmText.o: No such file or directory
gcc: medmTextEntry.o: No such file or directory
gcc: medmTextUpdate.o: No such file or directory
gcc: medmValuator.o: No such file or directory
gcc: medmWidget.o: No such file or directory
gcc: objectPalette.o: No such file or directory
gcc: productDescriptionShell.o: No such file or directory
gcc: resourcePalette.o: No such file or directory
gcc: updateMonitors.o: No such file or directory
gcc: updateTask.o: No such file or directory
gcc: utils.o: No such file or directory
gcc: xgif.o: No such file or directory
make[3]: *** [medm] Error 1
make[3]: Leaving directory
`/usr/local/epics/extensions/bin/medmbeta/medm/O.Linux'
make[2]: *** [medm] Error 2
make[2]: Leaving directory
`/usr/local/epics/extensions/bin/medmbeta/medm/O.Linux'
make[1]: *** [buildInstall.Linux] Error 2
make[1]: Leaving directory
`/usr/local/epics/extensions/bin/medmbeta/medm'
make: *** [medm.buildInstall] Error 2

These *.o file can all be found under
/usr/local/epics/extensions/bin/medmbeta/medm/O.solaris, but none in
..../O.Linux        ( does that mean this version of medm is only for
solaris? the version is medmbeta2.3.6)
It seems I should set the HOSTARCH somewhere. when making the epics
base, I have set the /usr/local/epics/base/config/CONFIG_SITE  for the
Linux enviroment, but for the extensions installation,
Should I do some setting in /usr/local/epics/extensions/config    ?

Thank you very much for your help.

BTW: If you reply this mail, please kindly send a copy to my private
mailbox, so I can read the mail as soon as possible)

Cheng Weixing (from SSRF)




Replies:
Re: Help for Install MEDM on Redhat6.2 Robert Soliday

Navigate by Date:
Prev: Debian Gnu g++ problem Burkhard W. Kolb
Next: Re: Help for Install MEDM on Redhat6.2 Robert Soliday
Index: 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Debian Gnu g++ problem Thomas Fechner
Next: Re: Help for Install MEDM on Redhat6.2 Robert Soliday
Index: 1994  1995  1996  1997  1998  1999  <20002001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·