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] | |
Iâm working on importing gnulib inside gcc so that gcc can leverage itâs functionality (and possible replace certain dependencies from libiberty). I have imported the required gnulib modules in a directory inside the gcc directory, along with the necessary configure.ac and Makefile.in required to configure and compile gnulib. In order to invoke these from the top directory, Iâm making the corresponding changes in gcc/Makefile.in and gcc/configure.ac However the build is giving me an error (specifically it is not able to find the libgnu.a file). Iâm not sure why this is happening. Iâm attaching the changes that Iâve made in the configure.ac and Makefile.in files Thanks, Ayush
Attachment:
make_configure_gcc
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |