English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   support.Apps (https://eab.abime.net/forumdisplay.php?f=8)
-   -   VBCC/NDK/Make AmiTCP dependency? (https://eab.abime.net/showthread.php?t=101000)

Sim085 22 February 2020 00:12

VBCC/NDK/Make AmiTCP dependency?
 
I have installed NDK 3.9, VBCC 0.9f and Make. I have written a small HelloWorld example. The solution does compile but each time I compile the solution using the Make command I get a requestor to insert volume AmiTCP in any drive. I do not have AmiTCP installed and I do not wish to install it.

The way I got rid of the message is a fake assign in the startup-sequence file.

However I was wondering; is there was a more cleaner way how to do this?

thomas 22 February 2020 09:42

ixnet.library requires AmiTCP: assign. Many Amiga ports of Make use ixemul.library which in turn opens ixnet.library.

The easiest way to get rid of the requester is to not install ixnet.library.
The second easiest way is to assign AmiTCP: to RAM:
The least easy way is to find a port of Make which does not use ixemul.

Sim085 22 February 2020 22:32

Thank you for the explanation :)
Will go with option 2.

Quote:

Originally Posted by thomas (Post 1380700)
ixnet.library requires AmiTCP: assign. Many Amiga ports of Make use ixemul.library which in turn opens ixnet.library.

The easiest way to get rid of the requester is to not install ixnet.library.
The second easiest way is to assign AmiTCP: to RAM:
The least easy way is to find a port of Make which does not use ixemul.



All times are GMT +2. The time now is 16:43.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.08691 seconds with 11 queries