Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
OpenGEODE
Commits
9b1bd15a
Commit
9b1bd15a
authored
Jul 13, 2015
by
Maxime Perrotin
Browse files
Add -fPIC everywhere in test-simu
Needed when using gcc4.8
parent
dfd4b0f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/regression/test-simu/Makefile
View file @
9b1bd15a
...
...
@@ -34,10 +34,10 @@ test-python:
$(OPENGEODE)
orchestrator.pr system_structure.pr
--shared
$(ASN1SCC)
-Ada
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
$(ASN1SCC)
-c
dataview-uniq.asn
-typePrefix
asn1Scc
-equal
$(GNATMAKE)
-O
$(O)
-gnat2012
-c
*
.adb
$(GNATMAKE)
-O
$(O)
-gnat2012
-fPIC
-c
*
.adb
$(GNATBIND)
-n
-Lliborchestrator
orchestrator
$(GNATMAKE)
-c
-gnat2012
b~orchestrator.adb
$(CC)
-c
external_proc.c
$(GNATMAKE)
-c
-fPIC
-gnat2012
b~orchestrator.adb
$(CC)
-c
-fPIC
external_proc.c
$(CC)
-shared
-fPIC
-o
liborchestrator.so b~orchestrator.o orchestrator.o taste_basictypes.o adaasn1rtl.o external_proc.o
-lgnat
python
-c
"from ctypes import *; test=CDLL('./liborchestrator.so'); test.liborchestratorinit()"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment