can someone help me with this compilation problem

2007-02-27 Thread Nordine
hello everyone,

When compilling makefile: Gulp program
using G95 under cygwin.

I got this error message:

/bin///ld: cannot find -lf95
make[1]: *** [gulp_] Error 1
make[1]: Leaving directory
`/cygdrive/c/gulpsource/src/{os}'
mv: cannot stat `gulp': No such file or directory
make: *** [gulp] Error 1

Please gives me some assistance to resolv this problem.
thank you very much.


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



help me resolving this problem

2007-02-26 Thread nordine
nordine wrote:
hello

I want to compil my Gulp program  under
cygwin, and I got this error message:
 /bin///ld: cannot find -lf95
make[1]: *** [gulp_] Error 1
make[1]: Leaving directory
`/cygdrive/c/gulpsource/src/{os}'
mv: cannot stat `gulp': No such file or directory
make: *** [gulp] Error 1

some help please



 

Need Mail bonding?
Go to the Yahoo! Mail QA for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=listsid=396546091

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: gcc doesn't like my .o file at the end

2007-02-25 Thread nordine
hello
I want to compil my Gulp program using g95 under
cygwin, and I got this error message:
/bin///ld: cannot find -lf95
make[1]: *** [gulp_] Error 1
make[1]: Leaving directory
`/cygdrive/c/gulpsource/src/{os}'
mv: cannot stat `gulp': No such file or directory
make: *** [gulp] Error 1
some help please


--- Larry Hall (Cygwin)
[EMAIL PROTECTED] wrote:

 alexl wrote:
  it wants it at the beginning. The gcc on my linux
 box doesn't care.
  
  Any way to make gcc work with the object file at
 the beginning?
  
  example:
  
  ---doesn't work
  $ gcc -mno-cygwin -mwin32 -I/[blah..] -L[blah..] 
  -lglib-2.0 -lintl -liconv   -o hello hello.o  
  
  
  ---works
  $ gcc hello.o  -mno-cygwin -mwin32 -I/[blah..]
 -L[blah..] 
  -lglib-2.0 -lintl -liconv   -o hello
  
  any ideas?
 
 
 Yes.  Put it at the end where it belongs.  The fact
 that Linux doesn't
 require this is a feature of Linux which, no matter
 how convenient it may
 seem, is not portable.
 
 
 -- 
 Larry Hall 
 http://www.rfk.com
 RFK Partners, Inc.  (508)
 893-9779 - RFK Office
 216 Dalton Rd.  (508)
 893-9889 - FAX
 Holliston, MA 01746
 

_
 
 A: Yes.
   Q: Are you sure?
   A: Because it reverses the logical flow of
 conversation.
   Q: Why is top posting annoying in email?
 
 --
 Unsubscribe info: 
 http://cygwin.com/ml/#unsubscribe-simple
 Problem reports:  
 http://cygwin.com/problems.html
 Documentation: http://cygwin.com/docs.html
 FAQ:   http://cygwin.com/faq/
 
 



 

No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.
http://mobile.yahoo.com/mail 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



compilation problem

2007-02-25 Thread nordine

nordine wrote:
hello
I want to compil my Gulp program under
cygwin, and I got this error message:
/bin///ld: cannot find -lf95
make[1]: *** [gulp_] Error 1
make[1]: Leaving directory
`/cygdrive/c/gulpsource/src/{os}'
mv: cannot stat `gulp': No such file or directory
make: *** [gulp] Error 1


some help please




 

Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/