MkLinux, almost done


 
Thread Tools Search this Thread
Operating Systems Linux MkLinux, almost done
# 15  
Old 09-11-2003
Might be a good idea to snoop around a get back to us about the details of your compiler. I would guess you have GCC (not sure what version).

Also, can you post your SSH Makefile?

Also try these command and post the result:

gcc -v

make -v
# 16  
Old 09-11-2003
also, it might help to read the ld manpage:

man ld
# 17  
Old 09-11-2003
gcc -v
gcc version 2.95.3 19991030 (prerelease)
make -v
GNU Make version 3.78.1 etc etc built for powerpc-redhat-linux-gnu

I don't seem to have a makefile, i'm looking in the OpenSSH folder, is it somewhere else maybe?
# 18  
Old 09-11-2003
The home/root directory of your SSH distro should have a file called:

Makefile
# 19  
Old 09-11-2003
I don't appear to have such a file.
# 20  
Old 09-11-2003
My guest is that since ./configure failed, then you don't have a Makefile yet, since that would be the part of the output of ./configure.

Try moving the lib you built to /lib or /usr/lib and run ./configure again.

Neo
# 21  
Old 09-11-2003
The library is in /usr/lib and the ./configure does still fail
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

MkLinux on a Performa 6320?

Has anyone ever done this before? It says its supported, but whenever I try to boot off the installation CD, it freezes. To be more specific, it starts to boot Mac OS, then it gets to the "choose your OS" window where you can choose to fully boot Mac or dissolve Mac OS and enter into Linux. When... (0 Replies)
Discussion started by: l008com
0 Replies
Login or Register to Ask a Question