LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   compiling in general (https://www.linuxquestions.org/questions/linux-software-2/compiling-in-general-52902/)

davedoobie 04-01-2003 01:55 PM

compiling in general
 
what redhat8 packages need to be installed to compile programs ? also, is there any stable ntfs mounting and writing system for redhat8 yet ?

Tinkster 04-01-2003 02:03 PM

gcc is the GNU compiler collection,
comes with C, C++, Objective C,
Fortran and Java support.

There's still no "safe" NTFS write
support. If you *need* to swap
data back and forth between Linux
and "the Evil one" use a FAT partition.

Cheers,
Tink

iceman47 04-01-2003 02:05 PM

Every C package, every perl package, every python package, tk/tcl, qt, libgnome, gtk+,...
You need to know what sort of programs you're going to compile.
There is no safe way to use ntfs yet

contrasutra 04-01-2003 03:17 PM

You can READ NTFS partitions already, check out :
http://www.linuxquestions.org/questi...threadid=52583
If you try to write to them though, you'll end up driving Windows crazy. Cookoo I tell you.

iceman47 04-01-2003 03:58 PM

from the kernel docs:
CONFIG_NTFS_FS:

NTFS is the file system of Microsoft Windows NT. Say Y if you want
to get read access to files on NTFS partitions of your hard drive.
The Linux NTFS driver supports most of the mount options of the VFAT
driver, see Documentation/filesystems/ntfs.txt. Saying Y here
will give you read-only access to NTFS partitions.

CONFIG_NTFS_RW:

If you say Y here, you will (maybe) be able to write to NTFS file
systems as well as read from them. The read-write support in NTFS
is far from being complete and is not well tested. If you say Y
here, back up your NTFS volume first, since it will probably get
damaged. Also, download the Linux-NTFS project distribution from
Sourceforge at <http://linux-ntfs.sf.net/> and always run the
included ntfsfix utility after writing to an NTFS partition from
Linux to fix some of the damage done by the driver. You should run
ntfsfix _after_ unmounting the partition in Linux but _before_
rebooting into Windows. When Windows next boots, chkdsk will be
run automatically to fix the remaining damage.
Please note that write support is limited to Windows NT4 and
earlier versions.

davedoobie 04-02-2003 11:57 AM

thx guys - but now it needs libsmpeg...and i can't find it for rh8. thoughts ?


All times are GMT -5. The time now is 04:42 PM.