installing scribus

Asked by Ingalls

I recently downloaded scribus for ubuntu.
I have extracted the .tar file and have listened to the instructions.
I typed ./configure and it says this

nicholas@USS-Enterprise:/media/disk/scribus-1.3.3$ ./configure
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
checking target system type... i686-pc-linux-gnulibc1
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
not using lib directory suffix
checking for extra includes... no
checking for extra libs... no
checking for pkg-config... /usr/bin/pkg-config
checking for style of include used by make... GNU
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking for C++ compiler default output file name... configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Does this mean I can't compile it?
I also typed in make to compile it bit it just says

nicholas@USS-Enterprise:/media/disk/scribus-1.3.3$ make
make: *** No targets specified and no makefile found. Stop.
nicholas@USS-Enterprise:/media/disk/scribus-1.3.3$

Do I need a compiler?
Any help will be appriciated

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
arochester
Solved:
Last query:
Last reply:
Revision history for this message
arochester (arochester) said :
#1

No need to compile!

Scribus is available from repositories. If you have the correct repository enabled and you are connected to the internet, just open a terminal and input: sudo apt-get install scribus

Don't you use a package manager? Synaptic is probably the best. In a terminal input: sudo apt-get install synaptic

Revision history for this message
Ingalls (ingallsr) said :
#2

Sorry I forgot to tell you My computer isn't hooked up to the internet.
I'm not using it right now.

Revision history for this message
Ingalls (ingallsr) said :
#3

I bring the programs to my computer with my thumb drive.

Revision history for this message
Best arochester (arochester) said :
#4

Do you have access to a Ubuntu computer on the internet? You could possibly use APTonCD - http://aptoncd.sourceforge.net/

Revision history for this message
Ingalls (ingallsr) said :
#5

Unfortunatly I don't have Ubuntu I HAVE A WINDOWS COMPUTER THAT HAS THE INTERNET THOUGH.

Revision history for this message
Ingalls (ingallsr) said :
#6

I found out how to do it
thanks for your help

Revision history for this message
Ingalls (ingallsr) said :
#7

i

Revision history for this message
Ingalls (ingallsr) said :
#8

Thanks arochester, that solved my question.