Re: NEW - Why source code programs do not compile?



I have already

libqt3-headers_3%3a3.3.6-3ubuntu3_i386.deb
libqt3-mt_3%3a3.3.6-3ubuntu3_i386.deb
libqt3-mt-dev_3%3a3.3.6-3ubuntu3_i386.deb

and had the problem that does not compile, will check the link you gave me
and try again... anyway will install KDE and see what happens...

Thanks!

On 11/14/06, James Gray <james@xxxxxxxxxxxxxxxx> wrote:


On 15/11/2006, at 1:08 AM, Miguel Cardenas wrote:

> Hello list
>
> I have a doubt about source code in Ubuntu... why some programs by
> sources do not compile? the compiler returns undefined symbol or
> something like... for example am trying to compile KVIrc (from
> kvirc.net) and it fails because undefined symbols. Not system
> library symbols, symbols from the KVIRC, and am sure it is not
> KVIRC bug since the same sources compile in slackware, freebsd,
> fedora, etc. I got some errors compiling xosview, by fortune they
> were available as package, but there are a lot more that are
> available only as source and don't know what to do...
>
> Thanks for your comments
>
> --
> Miguel Cardenas

Compiling from source requires the development libraries for the
components your software needs. For instance, kvirc requires the Qt
libraries. No big deal, they are already there if you are running
KDE, however these are RUNTIME libraries. The development libraries
are ADDITIONAL and in the packaging system are usually suffixed with
"-dev".

So you need the Qt runtimes to run pre-compiled stuff, but you need
the Qt *development* libraries AS WELL to compile Qt applications
from source (like kvirc).

BTW, did you read this:
http://kvirc.net/?id=install

Cheers,

James



--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users




--
Miguel Cardenas
--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users


Relevant Pages

  • Re: Carrying Libraries on Your Back...
    ... > Why not build on an installed based of assemblies, ... > than porting libraries around, ... download source code ... compile local source against header files ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Using Lattice ispLEVER with VHDL libraries
    ... I am assuming there are some advantages to using the IDE rather than ... I also can't see to get Modelsim to work with ispLever, ... You will have to read about the tool you use to specify compile ... user defined libraries to get things to go under ispLever. ...
    (comp.arch.fpga)
  • Re: Getting started on the HP49g+
    ... either the original HP extable lib ... extable2 lib from http://www.hpcalc.org/details.php?id=3940. ... ask again if you have any problem installing libraries. ... compile the string with ASM (listed in the development lib menu, ...
    (comp.sys.hp48)
  • Re: hid.dll & VC++ 6
    ... but never to compile code based upon any current WDK. ... I'm tasked with writing an application to communicate with a USB card ... missing ')' before identifier 'HIDP_REPORT_TYPE' ... pointed it at the headers and libraries and it worked for a bit until i ...
    (microsoft.public.win32.programmer.kernel)
  • Re: <ctype.h> toLower()
    ... If it's a free standing implimentation, then the scope of the standard is ... > considering portability if makes a heck of a big difference.. ... the code you write will work on /any/ machine you compile it for (if ... the platforms provide the same libraries or even the same program entry ...
    (alt.comp.lang.learn.c-cpp)