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

Re: [rpm-list] problems compiling rpm on solaris



In regard to: Re: [rpm-list] problems compiling rpm on solaris, Edward...:

'./'`aesopt.s
cc -DHAVE_CONFIG_H -I. -I. -I. -I./.. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Xa -xstrconst -xs -mt -KPIC -mt -Wa,--noexecstack -c aesopt.s -KPIC -DPIC -o .libs/aesopt.o
/opt/SUNWspro/prod/bin/fbe: error: unknown option '-'
/opt/SUNWspro/prod/bin/fbe: error: no input filename given

That's because beecrypt's configure didn't correctly detect that
--noexecstack and/or -Wa,--noexecstack are not valid options for
the Solaris assembler.

I reported that issue in the beecrypt tracker, see:

  http://sourceforge.net/tracker/index.php?func=detail&aid=1486951&group_id=8924&atid=208924

(My sourceforge login is "enchanter").  To fix, just remove

	-Wa,--noexecstack

from all the Makefiles that it occurs in.

I'm not sure what fbs is or where it's getting called from.

$whatis fbe
fbe             fbe (1)         - assembler

Tim
--
Tim Mooney                              mooney dogbert cc ndsu NoDak edu
Information Technology Services         (701) 231-1076 (Voice)
Room 242-J6, IACC Building              (701) 231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164


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