error compiling in Chubby Puppy 1.0.4 (make: no such file..)

Booting, installing, newbie
Post Reply
Message
Author
rico.thorn
Posts: 3
Joined: Tue 25 Jul 2006, 13:06

error compiling in Chubby Puppy 1.0.4 (make: no such file..)

#1 Post by rico.thorn »

ok, I'm running Chubby Puppy 1.0.4 on a HDD installation
I downloaded the usr_dev.sfs file and put it in /mnt/home and in /
not sure which is right so i did both

then i tried to compile dhcp-3.0.4,
i type ./configure and get this return

Code: Select all

System Type: linux-2.2
make: No such file or directory
I was a bit troubled by this so I searched the forums and found a 'test' where you make a file called test.c with this content

Code: Select all

/* Test by Lobster June 1 2005 */

{int main()
      for (i=0;i<50000;i++)
       {
         printf ("%d",i);
         printf ("Puppy is Great\n";
       }
     return 0;
} 
Then i went into the terminal in that same directory and typed
"cc test.c -o test"
as intructed and got this return

Code: Select all

cc: No such file or directory
sadly i need that dhcp working by friday but it's not a huge problem if it takes longer, so, any suggestions?

rico.thorn
Posts: 3
Joined: Tue 25 Jul 2006, 13:06

#2 Post by rico.thorn »

just thought i'd add that someone from LinuxQuestions forum said the problem is that 'make' is not on my system.

I know that usr_devx.sfs is supposed to work when running the live cd, maybe it's not working the same on an HDD install??? can it be uncompressed?

rico.thorn
Posts: 3
Joined: Tue 25 Jul 2006, 13:06

#3 Post by rico.thorn »

well, uh, due to the lack of suggestions i went ahead and tried to do things myself, so... this is what i did,

I mounted the file usr_devx.sfs to /mnt/dir and then copied everything from there to root. Then i rebooted and now it's broke...

As it starts X...

Code: Select all

mice: PS/2 mouse device common for all mice.
It seems not, Removing USB Keyboard driver.
Note: /etc/modules.conf is more recent than /lib/modules/2.4.29/modules.dep
usbc: deregistering driver hid
usbc: deregistering driver hiddiv
usbc: deregistering driver usbmouse
Note: /etc/modules.conf is more recent than /lib/modules/2.4.29/modules.dep
usbc: deregistering driver usbkbd

Enter mouse type serial, ps/2, usb [ps/w]: [b]ps/2[/b]
Note: /etc/modules.conf is more recent than /lib/modules/2.4.29/modules.dep
modprobe: Can't locate module psmouse
You have selected psaux as your mouse device.
This information is saved in file /etc/mousedevice.

Do you have a wheel/scroll type of mouse? y/n [n]: [b]n[/b]
... you choose "no".
The file /etc/mousebuttons has been created, with content "3".
Starting X with video mode 0x0114 and mouse psaux...
Exited from X. Type "xwin [fvmw95|jwm]" to restart X ([] means optional).
(To change mouse and keyboard, type "rm /etc/mousedevice", then run xwin)
Any suggestions?

Post Reply