[comp.sources.games.bugs] TETRIS compile, undefined references

sergio@squid.rtech.com (Sergio Aponte) (06/24/89)

	I tried mail but it bounced. I am getting undefined references on :

	cbreak, nocbreak, usleep, vsprintf

	This is a BSD 4.2 like, actually Dynix 3.0.12 on a Sequent box.

	Do you have any idea where this things could be?

	Thanks.

---
	"A bird is just a skinny elephant with wings!" 		Sergio.  ;-{D
-------------------------------------------------------------------------------
| Internet: sergio@squid.rtech.com                Sergio L. Aponte, MTS @ RTI |
| UUCP: {sun,mtxinu,pyramid,pacbell,hoptoad,amdahl,cpsc6a}!rtech!squid!sergio |
-------------------------------------------------------------------------------

emmonsl@csusac.uucp (L. Scott Emmons) (06/27/89)

In article <3020@rtech.rtech.com>, sergio@squid.rtech.com (Sergio Aponte) writes:
> 
> 	I tried mail but it bounced. I am getting undefined references on :
> 	cbreak, nocbreak, usleep, vsprintf
> 	This is a BSD 4.2 like, actually Dynix 3.0.12 on a Sequent box.
> 	Do you have any idea where this things could be?

Following are my patches for our Ultrix version of BSD 4.2.
Go through and	change all occurences of 'cbreak' to 'crmode'.
		change all occurences of 'nocbreak' to 'nocrmode'.
		make a patch of some sort (your choice) for 'usleep'.  I'm
		sure the proper system call works...Since it simply controls
		flashing characters when you lose, I simply changed it into
		a 'for' loop doing nothing, (Micky Mouse, but it works).

I get no 'vsprintf' error...Don't know what to tell you...make sure you have
applied the latest patch...which it sounds like you have if those are the 
errors you got.

		lse