You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it seems like the automake configuration is not working correctly with my current gcc version. When I try to run the automake it dies with this this long in the configure step:
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for g++... g++
checking whether the C++ compiler works... no
configure: error: in `/home/krishna/CIDAR/adaptagrams/cola':
configure: error: C++ compiler cannot create executables
See `config.log' for more details
So from this I deduced that it failed to verify if GCC would work.
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files`
or
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
seems to be the problem.
This is the first time I'm using automake, so I'm kind of a noob with this. It'll be really helpful if you can help me configure this. I considered switching the compiler options but, I have a ton of other libraries for which I had to build Makefiles manually for this project and I don't want to spend time re-configuring everything again.
Thanks
The text was updated successfully, but these errors were encountered:
So it seems like the automake configuration is not working correctly with my current gcc version. When I try to run the automake it dies with this this long in the configure step:
So from this I deduced that it failed to verify if GCC would work.
Next, I check the log to see why thats a problem
So from what I gather:
or
seems to be the problem.
This is the first time I'm using automake, so I'm kind of a noob with this. It'll be really helpful if you can help me configure this. I considered switching the compiler options but, I have a ton of other libraries for which I had to build Makefiles manually for this project and I don't want to spend time re-configuring everything again.
Thanks
The text was updated successfully, but these errors were encountered: