This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

shared libgcc test question


Hi,

when I run the testsuite for gcc, against which library do the tests link?

This question may sound a bit weird, but I implemented a(the) gcc dylib for darwin and I wanted to know if this lib works ok.

When I run the tests for other parts of gcc (libffi, boehm-gc, libstdc++) the make check complains about not finding the libgcc_s.1.dylib. When I provide the necessary links the tests run fine and in case of libstdc++-v3 a bit faster. Will check libjava soon.

Thanks,
Andreas


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