Re: can't make with gcc on solaris 11.3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 18 October 2017 at 03:15, sugar <aldo.zavala@xxxxxxxxx> wrote:
> Hi, every time I try to compile (any) source it get errors saying:
> solaris gmake[2]: *** [all-recursive] Error 1

This is just gmake telling you an error happened, you need to look at
what the actual error was, not just the last line which ays an error
happened.


> Note: this happens if I use mame or gmake
>
> I am trying to compile with and without flags:
> LDFLAGS=-L=/usr/sfw/bin CC="gcc -m64" gmake
> CFLAGS=-I=/usr/include LDFLAGS=-L=/usr/sfw/bin/gld CC=gcc gmake
> nothing has work for me yet  :(

Why do you have the = character after your -I and -L options? Are you
using a sysroot?

Why are you specifying the location of an executable with
-L=/usr/sfw/bin/gld ? That looks like complete nonsense.



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux