﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1016	"Variables ""OSTYP"" and ""OS_MSYS"" are used but are not instantiated in /trunk/Compiler/omc_debug/Makefile.in"	donida	donida	"Within the /trunk/Compiler/omc_debug/Makefile.in file, the ""OSTYP"" and ""OS_MSYS"" variables are used (see below) but are not instantiated:


ifeq ($(OSTYP),$(OS_MSYS))

	LIBSOCKET=

	CORBALIB=-L$(CORBAHOME)/lib -lmico -lwsock32

else

	CORBALIB=-L$(CORBAHOME)/lib `mico-config --libs`

endif



This causes a problem when trying to build the omcd file with a 64 bit Ubuntu OS.

A possible solution could be to initialize them:

OSTYP=$(OSTYPE)

OS_MSYS=msys

Using this initialization the omcd compilation process ends with no problems."	defect	closed	critical				fixed		donida
