Netbook, GCC on windows
Mikael Hansson
EMAIL HIDDEN
Mon Jan 12 13:33:44 CET 2009
:)
I thought it was strange that you asked for this but...you could have been
unsure of the library includes or something like that :)
This link might be some help
http://pages.cs.wisc.edu/~beechung/ref/gcc-intro.html
/Micke
On Mon, Jan 12, 2009 at 7:50 AM, Paul Maddox <
paul.maddox.mail-list at synth.net> wrote:
> Micke,
>
> hehe, yeah that bit I can do.
> it's more, "how do I compile" "what does the makefile have to contain"
> "what are the output files (debug/release) like" :-)
>
> I've gotten very used to GUI based compilers , like, to compile you
> click "compile" icon or "build all", to change to debug output, select
> it from the drop down menu, and as for what files to include you drag
> and drop them into a window :-)
>
> Thanks
> Paul
>
> On 12 Jan 2009, at 06:25, Mikael Hansson wrote:
>
> > Paul Maddox wrote:
> >> Peter,
> >>
> >> thanks, well MiniGW is installed, so I'll give that a go first..
> >> Not found a "hello world" example yet.
> >>
> >
> > Consoleapp with C would be:
> >
> > #include <stdio.h>
> > #include <stdlib.h>
> >
> > int main(void)
> > {
> > /* Declare your variables here... */
> >
> > system("cls");
> > /* Put your own code here... */
> > printf("Hello world!\n");
> >
> > system("PAUSE");
> >
> > return 0;
> > }
> >
> >
> >
> > /Micke
> > _______________________________________________
> > music-bar mailing list
> > music-bar at lists.music-bar.org
> > http://lists.music-bar.org/cgi-bin/mailman/listinfo/music-bar
>
> _______________________________________________
> music-bar mailing list
> music-bar at lists.music-bar.org
> http://lists.music-bar.org/cgi-bin/mailman/listinfo/music-bar
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.music-bar.org/pipermail/music-bar/attachments/20090112/6b299f99/attachment-0001.html>
More information about the music-bar
mailing list