Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Rugxulo
Hi,

On Wed, Jan 26, 2022 at 2:33 AM Fabian Boucsein  wrote:
>
> After installing the Watcom from the IBIBLIO FreeDOS archive what
> do i need to configure the compiler so that i can use it?

set WATCOM=%RAMDRIVE%:\watcom19
set INCLUDE=%WATCOM%\H
set EDPATH=%WATCOM%\EDDAT
set WIPFC=%WATCOM%\WIPFC
path %WATCOM%\BINW;%PATH%
REM ... optional ...
REM if "%DOS4G%"=="" set DOS4G=quiet
REM ren dos4gw.exe *.ex
REM copy /b cwstub.exe dos4gw.*

This may also help:
* http://www.freedos.org/books/get-started/june25-c-programming.html


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Jerome Shidel
Hello Fabian,

I just did several tests and am unable to replicate the issue you are having. 
More information is needed.

> On Jan 26, 2022, at 3:32 AM, Fabian Boucsein  wrote:
> 
> Dear Freedos users,
>  
> i recently installed a base installation of FreeDOS 1.3 RC5 using the
> FullUSB edition. After that i tried to install the Watcom compiler
> with fdimples.

How did you manage that? 

USB devices are not "Plug and Play" in DOS. You would need to have the drive 
already plugged in when the system boots. That implies you booted from the USB 
stick. When you do that, the system has know idea how or where to place any 
things. You would need to set some configuration information to be able to 
install any packages. The installer does that a bunch of stuff during 
installation to permit package installs. But, those are temporary changes only 
active while the installer is running. 

> A lot of error messages appeared on the screen and
> in the end only 13 files or so were copied to the harddisk. I checked
> the md5sum of the downloaded ZIP file and it matched the one on the
> FreeDOS website.

the SUM was good for the download of FreeDOS or the Download to the WATCOM 
package?

>  
> Is that error allready known to you or is it just my system that behaves
> differently for whatever reason? 

What Errors?

>  
> After installing the Watcom from the IBIBLIO FreeDOS archive what
> do i need to configure the compiler so that i can use it?
>  
> Many greetings,
> Fabian
>  

Jerome


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Linux-freedos boot

2022-01-26 Thread andrea936
  

Il 26.01.2022 00:39 Jerome Shidel ha scritto: 

>> On Jan 25, 2022,
at 4:16 PM, andrea...@tiscali.it [1] wrote: 
>> 
>> OK, it's an old
annoing question:I have a laptop with linux installed and I created
another dos / fat 32 partition where I installed freedos 1.3. (before
installing freedos I activated C:ms-dos with part.exe).
>> OK Freedos,
but disappears Linux MBR, and I can't anymore access linux although I
have grub installed.
>> With GAG cd live you see linux but it is not
loaded due to problems in the MBR.
>> The only way to repair the MBR and
log in again in linux was to use the BOOT REPAIR live cd.
>> Or another
way to solve the problem?
>> Thanks,
>> andrea
> During installation,
the installer creates two backups and stores them in C:FreeDOS as
BOOT.MBR and BOOT.BSS. The MBR is created by FDISK when it is told to
update the boot code. The second is created by the SYS command. You
should be able to use FDISK to restore the MBR. 
> There is an excellent
free DOS utility called MBRTOOL. It is not open source and has some
other distribution restrictions. But, it is free and can be legally
distributed as-is. Do to those restrictions it cannot be included with
the FreeDOS release. But, you can grab a mirrored copy from my website
at https://fd.lod.bz/redist/disk/MBRtool/ [4] v1.x is much smaller than
v2.x. But, both work really well. It is a great tool to have laying
around for emergencies. 
> :-) 
> Jerome
> Thank you for your interest,
I will try to be more careful when I install freedos next time
> 
>>
andrea
>> 
>> Con Tiscali Mobile Smart 70 hai 70 GB in 4G, minuti
illimitati e 100 SMS a soli 7,99EUR al mese http://tisca.li/Smart70
[2]
>> 
>> ___
>>
Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net [3]
>>
https://lists.sourceforge.net/lists/listinfo/freedos-user
 



Con Tiscali Mobile Smart 70 hai 70 GB in 4G, minuti illimitati e 100 SMS a soli 
7,99€ al mese http://tisca.li/Smart70

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Jim Hall
On Wed, Jan 26, 2022, 2:33 AM Fabian Boucsein 
wrote:

> Dear Freedos users,
>
> i recently installed a base installation of FreeDOS 1.3 RC5 using the
> FullUSB edition. After that i tried to install the Watcom compiler
> with fdimples. A lot of error messages appeared on the screen and
> in the end only 13 files or so were copied to the harddisk. I checked
> the md5sum of the downloaded ZIP file and it matched the one on the
> FreeDOS website.
>
> Is that error allready known to you or is it just my system that behaves
> differently for whatever reason?
>
> After installing the Watcom from the IBIBLIO FreeDOS archive what
> do i need to configure the compiler so that i can use it?
>
> Many greetings,
> Fabian
>
>

Hi Fabian

It would be really helpful to know what error messages you saw. Were the
errors about a corrupt or unreadable zip file? Were the errors about no
space left on device? Any proposed solution will depend on what the errors
were. It's impossible to debug this without knowing what errors you saw.

For comparison: Have you installed any other packages on this FreeDOS
instance using FDIMPLES? Do you get error messages for those packages?

>
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Fabian Boucsein
Dear Freedos users,

 

i recently installed a base installation of FreeDOS 1.3 RC5 using the

FullUSB edition. After that i tried to install the Watcom compiler

with fdimples. A lot of error messages appeared on the screen and

in the end only 13 files or so were copied to the harddisk. I checked

the md5sum of the downloaded ZIP file and it matched the one on the

FreeDOS website.

 

Is that error allready known to you or is it just my system that behaves

differently for whatever reason? 

 

After installing the Watcom from the IBIBLIO FreeDOS archive what

do i need to configure the compiler so that i can use it?

 

Many greetings,

Fabian

 

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user