Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Aug 2006 19:45:41 -0300
From:      "Carlos E. G. Carvalho" <cartola@openit.com.br>
To:        ports@FreeBSD.org
Subject:   Problems compiling new version of libpano12
Message-ID:  <1156891541.1419.6.camel@localhost>
In-Reply-To: <BAY110-F13485ABCFD88D7D6D04CCD90390@phx.gbl>
References:  <BAY110-F13485ABCFD88D7D6D04CCD90390@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi people, I'm having dificulties on compiling a new version of
libpano12 to upgrade this port. Can anyone help me?

I have solved some initial problems and stopped on this one without
beeing able to go forward:

-----------------------
gcc -g -O2 -L.. -L../.libs -o panoinfo -lpano12
/usr/lib/crt1.o(.text+0x72): In function `_start':
: undefined reference to `main'
.../.libs/libpano12.so: undefined reference to `makePathToHost'
.../.libs/libpano12.so: undefined reference to `gtk_widget_grab_default'
.../.libs/libpano12.so: undefined reference to
`gtk_toggle_button_get_type'
(and many more "undefined reference" messages suppressed)
--------------------------------------------

I don't know where this "_start" function is. Before this problem there
was another one, due to libpano12.so not beeing found. To solve this I
added the "-L../.libs" to the gcc command line and got this problem
above.

Any hint?

I could maybe give access to my environment if someone is able to help
me.

Thanks,

-- 
Carlos E. G. Carvalho           OpenIT Solucoes Tecnologicas
Consultor Unix/Internet         Tel. +55 21 2517-6000
http://www.OpenIT.com.br
http://www.MyFreeBSD.com.br




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1156891541.1419.6.camel>