|
From: DAVENPORT, M. <mda...@co...> - 2016-08-10 22:41:47
|
Hello Keith, thanks for the reply. I may be misinterpreting the error message. Here is what it says : mingw32-make[2]: Entering directory 'c:/LIBS4814Build/flac-1.3.1/src' Making all in share mingw32-make[3]: Entering directory 'c:/LIBS4814Build/flac-1.3.1/src/share' process_begin: CreateProcess(NULL, /bin/mkdir -p getopt, ...) failed. make (e=2): The system cannot find the file specified. Makefile:490: recipe for target 'getopt/.dirstamp' failed mingw32-make[3]: *** [getopt/.dirstamp] Error 2 mingw32-make[3]: Leaving directory 'c:/LIBS4814Build/flac-1.3.1/src/share' Makefile:415: recipe for target 'all-recursive' failed mingw32-make[2]: *** [all-recursive] Error 1 mingw32-make[2]: Leaving directory 'c:/LIBS4814Build/flac-1.3.1/src' Makefile:471: recipe for target 'all-recursive' failed mingw32-make[1]: *** [all-recursive] Error 1 mingw32-make[1]: Leaving directory 'c:/LIBS4814Build/flac-1.3.1' Makefile:402: recipe for target 'all' failed mingw32-make: *** [all] Error 2 There is no shell utility getopt installed in either mingw/bin or msys's /bin directory. On Wed, Aug 10, 2016 at 5:00 PM, Keith Marshall < kei...@us...> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 10/08/16 18:33, DAVENPORT, MARC wrote: > > I'm trying to build libFLAC 1.3.1 with msys and configure but when > > I run make it chokes because I don't have getopt installed. Is > > getopt provided in any Mingw or msys packages? I can't seem to find > > anything useful on the web or where to download this shell > > extension for msys. Please advise. Thanks. > > We are not clairvoyant; you need to SHOW us the error messages from > make. How are we supposed to know what you might mean by "I don't have > getopt installed"? Is it the shell utility getopt which is missing, or > the runtime library function of that name, (which you MUST have, if you > have a properly installed MinGW)? Or are you trying to build in MSYS, > as an MSYS application, WITHOUT installing MinGW? If so, you probably > should not be doing this. > > - -- > Regards, > Keith. > > Public key available from keys.gnupg.net > Key fingerprint: C19E C018 1547 DE50 E1D4 8F53 C0AD 36C6 347E 5A3F > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.20 (GNU/Linux) > > iQIcBAEBAgAGBQJXq6QJAAoJEMCtNsY0flo/LVgQAJmdBlkW1X7C6CDPNtv6HrVn > a7HXQqpauHLn30xee0bk/VUY1stbGbeexFXulBWy2ulFNwNf36HNSpxLuxq7X3SO > QOHjsCoIsTfPIKSPfF+HqOT8CfNv/s9/R57Wc6PHzX+hWeHBOrLF+I1MOMwVO5VI > LfH/33lF1rpVK6TGwkwI8LPNCVogfw/WK766mu8/lKyiVXRE1sl0jBGIyfopGoWe > VKe2RMvN7G8/yjsdoWa/MD5nOZPlNDclRsI3xZmlNlIYAOLbkOgQ/uXvm/oYADs7 > 6ZdEC+0+sEdfD4bw2sD+DeY/HGj/RGcptmYrhFmpx6184dzPeOj0Ok0U9fgQRF+G > Go54GlbReU4AT729GkrVqBypMed29x3iva+TH6KxIZ5Fd5SFVk/2d5jKEN6corCB > ocvaYz4fWppohU8Dl4AeTVMiQTzsN0MLq1ZT/19ZRcDYRxn01/mrHHPIcDV3lFfG > MXCUeu/9rqHQt5wtQIoUjF7noTUndwWwHd271DKwa9Ap6gUDp9A+0labB9QfgUsx > zX9o3pEXUn9NqtZpA3RVEbluPsUYjCmzf7s5beDtV3ZFnZpWoZV2+hNRVHw10bu+ > BtCc5R5neA4ZecgJh/9oUBhK2WO9h7zL82WgaXdb5aQFF+xeeep9Ac6at65nbMOm > Ze6rt6N18UA4JZJj5O+y > =lInB > -----END PGP SIGNATURE----- > > ------------------------------------------------------------ > ------------------ > What NetFlow Analyzer can do for you? Monitors network bandwidth and > traffic > patterns at an interface-level. Reveals which users, apps, and protocols > are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. http://sdm.link/zohodev2dev > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list > etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > |