EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

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

Subject: Re: MinGW PRODDIR_LDFLAGS
From: Andrew Johnson <[email protected]>
To: "Lang, Keenan C." <[email protected]>, "[email protected]" <[email protected]>
Date: Tue, 4 Nov 2014 15:45:55 -0600
Hi Keenan,

The issue is most likely to be with your setup.

On 11/04/2014 02:42 PM, Lang, Keenan C. wrote:
> As well, to make sure that my issue isn't with my setup, I have MinGW,
> gnuwin32, and Strawberry Perl installed and my path is set up in the
> following order:
> 
> %REGULAR_PATH%;
> %PATH_TO_MINGW_BIN%;
> %PATH_TO_MSYS_BIN%;
> %PATH_TO_GNUWIN32_BIN%;
> %PATHS_TO_PERL_BINS%

Which version of make.exe do you end up running? We know the GnuWin32
one works and that some others don't and cause weird symptoms like
yours, so you might want to push that directory above the MSYS one.


Since you're using Strawberry Perl, I would recommend using the MinGW
installation that comes with that so you only need to add GnuWin32 to
have a working toolset.

This is my (working) win32-x86-mingw.bat file, which only requires
EPICS_BASE to already be set:

@ECHO OFF

REM ---- Windows
set PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem

REM ---- Strawberry Tools
set PATH=%PATH%;C:\strawberry-32\c\bin

REM ---- Strawberry Perl
set PATH=%PATH%;C:\strawberry-32\perl\site\bin;C:\strawberry-32\perl\bin

REM ---- GnuWin32 Make
set PATH=%PATH%;D:\Applications\GnuWin32\bin

REM ---- EPICS
set EPICS_HOST_ARCH=win32-x86-mingw

set PATH=%PATH%;%EPICS_BASE%\bin\%EPICS_HOST_ARCH%


- Andrew
-- 
People everywhere confuse what they read in newspapers with news.
-- A. J. Liebling

Replies:
RE: MinGW PRODDIR_LDFLAGS Lang, Keenan C.
References:
MinGW PRODDIR_LDFLAGS Lang, Keenan C.

Navigate by Date:
Prev: Re: Compiling SDDS problem Chen Xue
Next: RE: MinGW PRODDIR_LDFLAGS Lang, Keenan C.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: MinGW PRODDIR_LDFLAGS Lang, Keenan C.
Next: RE: MinGW PRODDIR_LDFLAGS Lang, Keenan C.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  <20142015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 17 Dec 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·