Mail Archives: djgpp/1995/11/22/04:40:45
On Wed, 22 Nov 1995, Teng Yong Jeffrey wrote:
> You could perhaps try
>
> gcc -g -o page -lgrx20 page.c
> ( - ie. change the parameter sequence a bit)
This is *not* true! The order of the command-line arguments used by the
original poster was *correct*: the libraries should be put at the very
end of the line. The above would never work.
Please don't post untested replies which might confuse the issue more
than help newcomers (which are probably confused enough already).
- Raw text -