Results 1 to 2 of 2
Hello,
I installed kdevelop and am trying to compile a hello world c program. Compilation is failing with a message
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
...
- 10-16-2006 #1Just Joined!
- Join Date
- Jun 2006
- Posts
- 5
kdevelop
Hello,
I installed kdevelop and am trying to compile a hello world c program. Compilation is failing with a message
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
configure: creating ./config.status
make: *** No targets specified and no makefile found. Stop.
*** Exited with status: 2 ***
Can anybody give me a hint on what could be going wrong?
Thanks and regards,
Boby
- 10-17-2006 #2Just Joined!
- Join Date
- Jun 2006
- Posts
- 5
some more info
This is happening because configure script is not generating a makefile.
If i see the config.log There is an error like this.
conftest.cc In function `int main()':
conftest.cc26 error `exit' undeclared (first use this function)
conftest.cc26 error (Each undeclared identifier is reported only once for
each function it appears in.)
Can anybody give me a hint on what could be going wrong?
Thanks and regards,
Boby



