This is the mail archive of the java@gcc.gnu.org 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]
Other format: [Raw text]

Re: nogc.cc & darwin




Bryce McKinlay wrote:
> >
> >Third, I have an undefined symbol where I struggle as well. When linking
> >I miss the symbol _sqrtf. My search led to the point that this
> >symbol/function is in libstdc++.a but this one isn't on the linking libs
> >list. Well, I didn't say --disabled-shared because I assumed that this
> >is default on darwin.
> >Do I have explicitly say disable-shared?
> >
> 
> I don't think so. sqrtf should be defined by java/lang/w_sqrt.o in
> libjava. libgcj doesn't need libstdc++ so you shouldn't need to link it.

Ok, then I have to look again, the overnight build failed again due to
this reason. This time I added --diasble-shared. 

We will see later (this evening), have to take off again. 

Thanks,
Andreas


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