Re: problem with libraries
Thanasis Petridis <[email protected]> Tue, 8 Nov 2011 00:21:17 +0200
| Newsgroups | gmane.comp.lib.gnustep.user |
|---|---|
| Message-ID | <CALOpJ4QYBqUzvp1kyTxwXfKF6qq6yXzPbaoKAXtxapYQ6iu+uA@mail.gmail.com> |
--===============8683301648967144320== Content-Type: multipart/alternative; boundary=14dae9340577423bad04b12c7980 --14dae9340577423bad04b12c7980 Content-Type: text/plain; charset=ISO-8859-1 Thanks for the answers Adam and Richard! On Mon, Nov 7, 2011 at 4:54 PM, Richard Frith-Macdonald < [email protected]> wrote: > > On 6 Nov 2011, at 19:59, Thanasis Petridis wrote: > > > Hello. My name is Thanasis. > > > > First of all sorry for my poor english. > > > > Secondly, if this is the wrong mailing list or if there is a solution > for my problem, just tell me which is the correct mailing list or where is > the answer. > > > > I have a PC running on Windows 7 and I want to start programming apps > for iOS. So I figured out that I should start from learning the Objective-C > language. > > So I searched in the Internet and I found that I can program Objective-C > on windows 7 through GNUstep. I install in the directory c:\GNUstep the > following 3 setups > > > > -gnustep-msys-system-0.28.1-setup > > -gnustep-core-0.28.0-setup > > -gnustep-devel-1.3.0-setup > > > > I have created a file hello.m in the folder c:\new > > I started the shell application > > I wrote c:\new > > and then I wrote g++ hello.m > > This is where you went wrong ... you can't really build code trying to use > a compiler directly because there are various options, include directories, > and libraries which need to be used. > You should use gnustep-make to automate the build process and fill in all > those options for you. > > See http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/index.htmlfor a good starting point. > > > --14dae9340577423bad04b12c7980 Content-Type: text/html; charset=ISO-8859-1 Thanks for the answers Adam and Richard!<br><br><div class="gmail_quote">On Mon, Nov 7, 2011 at 4:54 PM, Richard Frith-Macdonald <span dir="ltr"><<a href="mailto:[email protected]">[email protected]</a>></span> wrote:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br> On 6 Nov 2011, at 19:59, Thanasis Petridis wrote:<br> <br> > Hello. My name is Thanasis.<br> ><br> > First of all sorry for my poor english.<br> ><br> > Secondly, if this is the wrong mailing list or if there is a solution for my problem, just tell me which is the correct mailing list or where is the answer.<br> ><br> > I have a PC running on Windows 7 and I want to start programming apps for iOS. So I figured out that I should start from learning the Objective-C language.<br> > So I searched in the Internet and I found that I can program Objective-C on windows 7 through GNUstep. I install in the directory c:\GNUstep the following 3 setups<br> ><br> > -gnustep-msys-system-0.28.1-setup<br> > -gnustep-core-0.28.0-setup<br> > -gnustep-devel-1.3.0-setup<br> ><br> > I have created a file hello.m in the folder c:\new<br> > I started the shell application<br> > I wrote c:\new<br> > and then I wrote g++ hello.m<br> <br> </div>This is where you went wrong ... you can't really build code trying to use a compiler directly because there are various options, include directories, and libraries which need to be used.<br> You should use gnustep-make to automate the build process and fill in all those options for you.<br> <br> See <a href="http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/index.html" target="_blank">http://www.gnustep.it/nicola/Tutorials/WritingMakefiles/index.html</a> for a good starting point.<br> <br> <br> </blockquote></div><br> --14dae9340577423bad04b12c7980-- --===============8683301648967144320== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Help-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-gnustep --===============8683301648967144320==--