Re: linking problem



"gunvant.k.patil@xxxxxxxxx" <gunvant.k.patil@xxxxxxxxx> writes:

gcc -O -pipe -march=pentiumpro -D... -O2 -Wall -Wimplicit -Werror -g -I ...

Hmm, gcc-3.4.6 doesn't appear to inline functions with with the
command line above, but perhaps your gcc does? Try compiling with
-fno-inline-functions ...

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
.



Relevant Pages

  • Re: How can I make -m32 default on 64bit OS
    ... Then the command gcc will run my script instead ... my gcc script is: ... In order to understand recursion you must first understand recursion. ...
    (comp.os.linux.development.apps)
  • chown/chgrp -R : Permission denied
    ... When I use an local admin account to recursively use chown and chgrp ... command, presumably because command cannot descend into the ... not all at once using recursion? ...
    (comp.unix.questions)
  • Re: ld : cannot find entry symbol _start Linux gcc 2.96
    ... that your actual command line ... project is using extremely weird naming convention. ... generated dependency files, your project is using "normal" naming ... In order to understand recursion you must first understand recursion. ...
    (comp.os.linux.development.apps)
  • Re: Configure process error in compilation of libxml2
    ... Because it reverses the logical flow of conversation. ... re-run the command "by hand". ... In order to understand recursion you must first understand recursion. ...
    (comp.unix.aix)
  • Re: find command : only print the file name matches
    ... > I am using this find command to find a string, ... I wonder how to manipulate the command so that only the ... Then I thought you'd be interested in doing just with a recursive grep :-) ... Mind, that in your case, mixing the *.h and the recursion limits the ...
    (comp.unix.shell)