Problem in Makefile 2007-10-11 - By mark
Back shivkaran ravidas wrote: > hello to all, > > I am facing problems with Makefile . > When i am running Makefile it flashibg following error > > /usr/bin/ld : Cant not find -Xext > Collect2 : ld return 1 exit error > Interesting... according to the man page for ld, the -X flag is to discard all temporary local symbols, and does *not* have anything that should be appended to it. Meanwhile, make doesn't have a flag of -X. What are you trying to compile?
mark
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
|
|