Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37760600
en ru br
Репозитории ALT
S:2.1.5-alt5
5.1: 2.1.5-alt3
www.altlinux.org/Changes

Группа :: Разработка/C++
Пакет: Inventor

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: Inventor-2.1.5-alt-DSO.diff
Скачать


diff --git a/inventor/apps/demos/SceneViewer/GNUmakefile b/inventor/apps/demos/SceneViewer/GNUmakefile
index c250c6a..855aac5 100644
--- a/inventor/apps/demos/SceneViewer/GNUmakefile
+++ b/inventor/apps/demos/SceneViewer/GNUmakefile
@@ -8,7 +8,7 @@ CXXFILES = SceneViewer.c++ SoSceneViewer.c++ SvManipList.c++
 
 LLDOPTS += -L../../samples/widgets
 
-LLDLIBS = -lInventorWidget -lInventor -lInventorXt
+LLDLIBS = -lInventorWidget -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/drop/GNUmakefile b/inventor/apps/demos/drop/GNUmakefile
index e99a1ce..1dc1b84 100644
--- a/inventor/apps/demos/drop/GNUmakefile
+++ b/inventor/apps/demos/drop/GNUmakefile
@@ -8,7 +8,7 @@ CXXFILES = \
 	TsBlock.c++ TsPiece.c++ TsPieces.c++ TsField.c++ \
 	TsTrickle.c++ TsEvents.c++ TsRemoval.c++ TsViewer.c++ drop.c++
 
-LLDLIBS = -lInventor -lInventorXt
+LLDLIBS = -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/gview/GNUmakefile b/inventor/apps/demos/gview/GNUmakefile
index 31396b8..01bc66c 100644
--- a/inventor/apps/demos/gview/GNUmakefile
+++ b/inventor/apps/demos/gview/GNUmakefile
@@ -8,7 +8,7 @@ CXXFILES = \
 	gview.c++ DisplayGraph.c++ Error.c++ FieldEditor.c++ \
 	GraphIcon.c++ GraphViewer.c++ NodeCreator.c++
 
-LLDLIBS = -lInventor -lInventorXt
+LLDLIBS = -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/maze/GNUmakefile b/inventor/apps/demos/maze/GNUmakefile
index 3101e4b..e33f876 100644
--- a/inventor/apps/demos/maze/GNUmakefile
+++ b/inventor/apps/demos/maze/GNUmakefile
@@ -8,7 +8,7 @@ LCXXDEFS += -DNO_AUDIO
 
 CXXFILES = maze.c++
 
-LLDLIBS = -lInventor -lInventorXt
+LLDLIBS = -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/noodle/GNUmakefile b/inventor/apps/demos/noodle/GNUmakefile
index 10a085e..61f8f99 100644
--- a/inventor/apps/demos/noodle/GNUmakefile
+++ b/inventor/apps/demos/noodle/GNUmakefile
@@ -16,7 +16,7 @@ LLDLIBS = \
 	../../nodes/GeneralizedCylinder/NurbMaker.o \
 	../../nodes/GeneralizedCylinder/Triangulator.o \
 	../../nodes/GeneralizedCylinder/GeneralizedCylinder.o \
-	-lInventor -lInventorXt
+	-lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/qmorf/GNUmakefile b/inventor/apps/demos/qmorf/GNUmakefile
index 90e2456..1a29276 100644
--- a/inventor/apps/demos/qmorf/GNUmakefile
+++ b/inventor/apps/demos/qmorf/GNUmakefile
@@ -6,7 +6,7 @@ DEMO = qmorf
 
 CXXFILES = QuadThing.c++ Background.c++ FlashBackground.c++
 
-LLDLIBS = -lInventor -lInventorXt
+LLDLIBS = -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/revo/GNUmakefile b/inventor/apps/demos/revo/GNUmakefile
index 0f928f4..76708c2 100644
--- a/inventor/apps/demos/revo/GNUmakefile
+++ b/inventor/apps/demos/revo/GNUmakefile
@@ -10,7 +10,7 @@ CXXFILES = revo.c++ RevClass.c++ profile.c++
 
 LLDOPTS += -L../../samples/common
 
-LLDLIBS = -lcommon -lInventor -lInventorXt
+LLDLIBS = -lcommon -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/demos/textomatic/GNUmakefile b/inventor/apps/demos/textomatic/GNUmakefile
index cd030a7..4c690e3 100644
--- a/inventor/apps/demos/textomatic/GNUmakefile
+++ b/inventor/apps/demos/textomatic/GNUmakefile
@@ -8,7 +8,7 @@ CXXFILES = textomatic.c++ TextGraph.c++ TextWrapper.c++
 
 LLDOPTS += -L../../samples/common
 
-LLDLIBS = -lcommon -lInventor -lInventorXt
+LLDLIBS = -lcommon -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/samples/widgets/GNUmakefile.componentTest b/inventor/apps/samples/widgets/GNUmakefile.componentTest
index 730b998..42e04a3 100644
--- a/inventor/apps/samples/widgets/GNUmakefile.componentTest
+++ b/inventor/apps/samples/widgets/GNUmakefile.componentTest
@@ -5,7 +5,7 @@ PROGRAM = componentTest
 
 CXXFILES = componentTest.c++
 
-LLDLIBS = libInventorWidget.a -lInventor -lInventorXt -lGLw
+LLDLIBS = libInventorWidget.a -lInventor -lInventorXt -lGLw -lGL -lXm -lXt -lX11
 
 all install: all_ivbin
 
diff --git a/inventor/apps/tools/ivperf/GNUmakefile b/inventor/apps/tools/ivperf/GNUmakefile
index 54e2186..e2ac8bd 100644
--- a/inventor/apps/tools/ivperf/GNUmakefile
+++ b/inventor/apps/tools/ivperf/GNUmakefile
@@ -7,7 +7,7 @@ LCXXINCS += -I../../nodes/BarChart
 
 CXXFILES = ivperf.c++
 
-LLDLIBS = ../../nodes/BarChart/BarChart.o -lInventor -lInventorXt
+LLDLIBS = ../../nodes/BarChart/BarChart.o -lInventor -lInventorXt -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
diff --git a/inventor/apps/tools/ivview/GNUmakefile b/inventor/apps/tools/ivview/GNUmakefile
index 1969f19..d003301 100644
--- a/inventor/apps/tools/ivview/GNUmakefile
+++ b/inventor/apps/tools/ivview/GNUmakefile
@@ -7,7 +7,7 @@ CXXFILES = ivview.c++
 
 LLDOPTS += -L../../samples/widgets
 
-LLDLIBS = -lInventorWidget -lInventorXt -lInventor
+LLDLIBS = -lInventorWidget -lInventorXt -lInventor -lGL -lXm -lXt -lX11
 
 all: all_ivbin
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin