Skip to content
Snippets Groups Projects
Commit 6968ad3d authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

libyaml needs to be installed by root, for the time being

parent 7dc044af
No related branches found
No related tags found
No related merge requests found
#############################################################################
# Makefile for building: ../bin/frida2
# Generated by qmake (1.07a) (Qt 3.3.8b) on: Wed Apr 2 22:19:22 2008
# Generated by qmake (1.07a) (Qt 3.3.8b) on: Wed Apr 2 22:38:08 2008
# Project: src.pro
# Template: app
# Command: $(QMAKE) -o Makefile src.pro
......@@ -19,7 +19,7 @@ YACCFLAGS= -d
INCPATH = -I/usr/share/qt3/mkspecs/default -I. -I/usr/include/libxml2 -I.
LINK = g++
LFLAGS =
LIBS = $(SUBLIBS) -lgsl -lgslcblas -lreadline -lhistory -lcurses -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -L../yaml/src -lyaml
LIBS = $(SUBLIBS) -lgsl -lgslcblas -lreadline -lhistory -lcurses -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -lyaml
AR = ar cqs
RANLIB =
MOC = /usr/share/qt3/bin/moc
......
#!/bin/bash
rm *_lex.* *_yacc.*
echo "make project:"
qmake -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lcurses -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -L../yaml/src -lyaml" \
qmake -project "unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lcurses -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -lyaml" \
"DEFINES += _FILE_OFFSET_BITS=64" \
"OBJECTS_DIR = ./obj" \
"TARGET = ../bin/frida2" \
......
######################################################################
# Automatically generated by qmake (1.07a) Wed Apr 2 22:19:22 2008
# Automatically generated by qmake (1.07a) Wed Apr 2 22:38:08 2008
######################################################################
unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lcurses -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -L../yaml/src -lyaml
unix:LIBS += -lgsl -lgslcblas -lreadline -lhistory -lcurses -lfftw3 -lxml2 -l:../../lmfit/lmmin.o -lyaml
DEFINES += _FILE_OFFSET_BITS=64
OBJECTS_DIR = ./obj
TARGET = ../bin/frida2
......
......@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
It was created by yaml configure 0.0.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --no-create --no-recursion
$ ./configure
## --------- ##
## Platform. ##
......@@ -505,6 +505,33 @@ configure:19893: $? = 0
configure:19908: result: yes
configure:20054: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by yaml config.status 0.0.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on milch.jcns.frm2
config.status:669: creating include/Makefile
config.status:804: WARNING: include/Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating src/Makefile
config.status:804: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating Makefile
config.status:804: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating tests/Makefile
config.status:804: WARNING: tests/Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating config.h
config.status:896: config.h is unchanged
config.status:942: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
......@@ -745,46 +772,3 @@ target_alias=''
#define HAVE_STDLIB_H 1
configure: exit 0
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by yaml config.status 0.0.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on milch.jcns.frm2
config.status:669: creating include/Makefile
config.status:804: WARNING: include/Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating src/Makefile
config.status:804: WARNING: src/Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating Makefile
config.status:804: WARNING: Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating tests/Makefile
config.status:804: WARNING: tests/Makefile.in seems to ignore the --datarootdir setting
config.status:669: creating config.h
config.status:942: executing depfiles commands
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by yaml config.status 0.0.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status config.h
on milch.jcns.frm2
config.status:669: creating config.h
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment