Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] MinGW questions

Date2006-11-11 15:21
FromVictor Lazzarini
SubjectRe: [Cs-dev] MinGW questions
Well, gcc-core and g++, MinGW runtime MinGW util,
windows API, binutils and make. Gdb if you know how
to use it.  That should do it. No need for PORTS.

I also reckon it's better to build Tcl-Tk from the
sources, so leave that out for the moment.

Victor

>
> Thanks, Victor, that's very helpful.  When you say "all",
> do you mean  all of GCC, MSYS DTK, MinGW Runtime, MinGW
> Utilities, TclTK, Windows  API, binutils, gdb, make, and
> mingwPORT (list taken from
> http://www.mingw.org/download.shtml)?  Under GCC, can I
> skip the  following packages: ada, g77, java, objc,
> testsuite?
>
> Also can I use Python 2.5, which I had already installed,
> or must it be 2.4?
>
> - Dave
>
> Victor Lazzarini wrote:
> > yes, it's quite confusing.
> >
> > All of the 'current' MInGW binaries (in tar.gz & tar.bz2
> > packages), plus msys.exe. Install msys.exe (best
> > place seems c:\msys) then unpack all the tar.gz files in
> > that directory), then using the mingw shell, bunzip2 the
> > bz2 files and untar them in the same place).
> >
> > The dir structure will look like this:
> >
> > c:\msys\1.0\
> >                \bin
> >                \lib
> >                 ...
> >                \mingw\bin
> >                \mingw\lib
> >                ...
> >
> > The gcc etc packages seem to end up on .\mingw\bin  etc
> >
> > Anyway, then you need to install Python2.4, scons and
> > libsndfile. For extras, such as portaudio, fltk etc, you
> > also need to get these and build them. That bit is
> > straightforward, mostly using autotools (the old
> > './configure').
> >
> > For more help, don't hesitate.
> >
> > Victor
> >
> >> Hi all, I need some guidance.  I've tried
> unsuccessfully >> in the past to  build Csound5 on Windows
> using MinGW >> (although I was successful on  Linux), but
> I have a new >> WinXP laptop now, and I would like to get
> it  set up >> properly for builds.
> >>
> >> The "Building Csound" section of the manual says to
> >> "install all of  MinGW 3.4.2 (3.4.4 does not work)",
> >> however it is far from clear how to  do this.  On
> >> mingw.org, the only packages that use the 3.4.2
> >> designation  are the GCC files.  The current MinGW
> runtime >> is at 3.9.  So exactly  what versions of which
> packages >> should I get?  Is there a more explicit  list?
> >>
> >> - Dave
> >>
> >>
> >>
> ----------------------------------------------------------
> >> --------------- Using Tomcat but need to do more? Need
> to >> support web services, security? Get stuff done
> quickly >> with pre-integrated technology to make your job
> easier >> Download IBM WebSphere Application Server
> v.1.0.1 based on >> Apache Geronimo
> >>
> >
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> >> _______________________________________________
> >> Csound-devel mailing list
> >> Csound-devel@lists.sourceforge.net
> >>
> >
> >
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> ----------------------------------------------------------
> > --------------- Using Tomcat but need to do more? Need
> > to support web services, security? Get stuff done
> quickly with pre-integrated technology to make your job
> > easier Download IBM WebSphere Application Server v.1.0.1
> > based on Apache Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Csound-devel mailing list
> > Csound-devel@lists.sourceforge.net
> >
> >
> >
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
> ----------------------------------------------------------
> --------------- Using Tomcat but need to do more? Need to
> support web services, security? Get stuff done quickly
> with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on
> Apache Geronimo
>
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2006-11-11 15:26
FromDave Seidel
SubjectRe: [Cs-dev] MinGW questions
Thanks.  And Python 2.5 -- is it OK?

- Dave

Victor Lazzarini wrote:
> Well, gcc-core and g++, MinGW runtime MinGW util,
> windows API, binutils and make. Gdb if you know how
> to use it.  That should do it. No need for PORTS.
> 
> I also reckon it's better to build Tcl-Tk from the
> sources, so leave that out for the moment.
> 
> Victor
> 
>> Thanks, Victor, that's very helpful.  When you say "all",
>> do you mean  all of GCC, MSYS DTK, MinGW Runtime, MinGW
>> Utilities, TclTK, Windows  API, binutils, gdb, make, and
>> mingwPORT (list taken from
>> http://www.mingw.org/download.shtml)?  Under GCC, can I
>> skip the  following packages: ada, g77, java, objc,
>> testsuite?
>>
>> Also can I use Python 2.5, which I had already installed,
>> or must it be 2.4?
>>
>> - Dave
>>
>> Victor Lazzarini wrote:
>>> yes, it's quite confusing.
>>>
>>> All of the 'current' MInGW binaries (in tar.gz & tar.bz2
>>> packages), plus msys.exe. Install msys.exe (best
>>> place seems c:\msys) then unpack all the tar.gz files in
>>> that directory), then using the mingw shell, bunzip2 the
>>> bz2 files and untar them in the same place).
>>>
>>> The dir structure will look like this:
>>>
>>> c:\msys\1.0\
>>>                \bin
>>>                \lib
>>>                 ...
>>>                \mingw\bin
>>>                \mingw\lib
>>>                ...
>>>
>>> The gcc etc packages seem to end up on .\mingw\bin  etc
>>>
>>> Anyway, then you need to install Python2.4, scons and
>>> libsndfile. For extras, such as portaudio, fltk etc, you
>>> also need to get these and build them. That bit is
>>> straightforward, mostly using autotools (the old
>>> './configure').
>>>
>>> For more help, don't hesitate.
>>>
>>> Victor
>>>
>>>> Hi all, I need some guidance.  I've tried
>> unsuccessfully >> in the past to  build Csound5 on Windows
>> using MinGW >> (although I was successful on  Linux), but
>> I have a new >> WinXP laptop now, and I would like to get
>> it  set up >> properly for builds.
>>>> The "Building Csound" section of the manual says to
>>>> "install all of  MinGW 3.4.2 (3.4.4 does not work)",
>>>> however it is far from clear how to  do this.  On
>>>> mingw.org, the only packages that use the 3.4.2
>>>> designation  are the GCC files.  The current MinGW
>> runtime >> is at 3.9.  So exactly  what versions of which
>> packages >> should I get?  Is there a more explicit  list?
>>>> - Dave
>>>>
>>>>
>>>>
>> ----------------------------------------------------------
>>>> --------------- Using Tomcat but need to do more? Need
>> to >> support web services, security? Get stuff done
>> quickly >> with pre-integrated technology to make your job
>> easier >> Download IBM WebSphere Application Server
>> v.1.0.1 based on >> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>>> _______________________________________________
>>>> Csound-devel mailing list
>>>> Csound-devel@lists.sourceforge.net
>>>>
>>>
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>> ----------------------------------------------------------
>>> --------------- Using Tomcat but need to do more? Need
>>> to support web services, security? Get stuff done
>> quickly with pre-integrated technology to make your job
>>> easier Download IBM WebSphere Application Server v.1.0.1
>>> based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>>
>>>
>>>
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>> ----------------------------------------------------------
>> --------------- Using Tomcat but need to do more? Need to
>> support web services, security? Get stuff done quickly
>> with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on
>> Apache Geronimo
>>
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net