This is the mail archive of the java-discuss@sources.redhat.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libgcj.spec install problem


>>>>> "Scott" == Scott Durrant <sdurrant@howard.genetics.utah.edu> writes:

Scott> I don't understand the instructions.

Scott> These three lines are in the top-level configure.in file
Scott>         i[3456]86-*-solaris2*)
Scott>         noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
Scott>         ;;

Scott> Do I want to comment them out and configure again?

You want to change that line to read:

         noconfigdirs="$noconfigdirs target-libgloss"

You also want to make sure that ${libgcj} doesn't end up in
noconfigdirs unconditionally.

Scott> The 'as' and 'ld' on my system are both in /usr/ccs/bin/.  Do I
Scott> need to download the gnu versions?

I'm not as up on building for Solaris as I ought to be :-(.  I think
the FAQ has something on this.  I believe the answer is yes, you want
to install the GNU binutils first.

Tom

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]