Go into menuconfig, and select the "POSIX-compatible" OS setting. It will look like it's already selected, but it isn't.
On Fri, Dec 13, 2002 at 02:58:46PM +0000, Mark and Janice Juszczec wrote: > > Hi folks > > I've been busy fighting with upgrading my laptop to RH7.3 and adding Intel > AnyPoint access. > > I've won - finally. > > So its back to trying to compile picogui-0.43 > > Feeling the need for a fresh start, I deleted everything I had and > redownloaded picogui. > > For pgserver, I did: > > ../configure --host=mipsel-linux --build=i686-pc-linux-gnu > --with-profile=../ > profiles/profile.helio --with-prefix=mipsel-linux > > and > > make > > and got a host of errors which I've listed below. > > It looks like it isn't compiling os/posix.c despite the fact I'm using the > provided profile.helio. If I have to modify it, what do I change? > > Mark > > mipsel-linux-gcc -fomit-frame-pointer -msoft-float -o pgserver pgmain.o > ./.libs/libpgserver.a > pgmain.o: In function `main': > pgmain.o(.text+0x60): undefined reference to `os_show_error' > pgmain.o(.text+0x7c): undefined reference to `os_child_returncode' > ./.libs/libpgserver.a(init.o): In function `pgserver_init': > init.o(.text+0x28): undefined reference to `os_init' > init.o(.text+0xc8): undefined reference to `commandline_parse' > ./.libs/libpgserver.a(init.o): In function `pgserver_shutdown': > init.o(.text+0x558): undefined reference to `os_shutdown' > ./.libs/libpgserver.a(terminal_frontend.o): In function `terminal_trigger': > terminal_frontend.o(.text+0x1f10): undefined reference to `os_getticks' > terminal_frontend.o(.text+0x21f4): undefined reference to `os_getticks' > ./.libs/libpgserver.a(mainloop.o): In function `childqueue_pop_internal': > mainloop.o(.text+0x388): undefined reference to `os_child_run' > ./.libs/libpgserver.a(memtheme.o): In function `theme_lookup': > memtheme.o(.text+0x8b8): undefined reference to `os_getticks' > ./.libs/libpgserver.a(timer.o): In function `inactivity_get': > timer.o(.text+0x1a0): undefined reference to `os_getticks' > ./.libs/libpgserver.a(timer.o): In function `inactivity_set': > timer.o(.text+0x230): undefined reference to `os_getticks' > ./.libs/libpgserver.a(timer.o): In function `install_timer': > timer.o(.text+0x2b0): undefined reference to `os_getticks' > ./.libs/libpgserver.a(timer.o): In function `master_timer': > timer.o(.text+0x52c): undefined reference to `os_set_timer' > ./.libs/libpgserver.a(timer.o): In function `timer_eval': > timer.o(.text+0x7f4): undefined reference to `os_getticks' > timer.o(.text+0x82c): undefined reference to `os_get_timer' > timer.o(.text+0x848): undefined reference to `os_get_timer' > timer.o(.text+0x870): undefined reference to `os_get_timer' > timer.o(.text+0x89c): undefined reference to `os_set_timer' > timer.o(.text+0x8bc): undefined reference to `os_set_timer' > ./.libs/libpgserver.a(dvbl_bitmap.o): In function `def_bitmap_free': > dvbl_bitmap.o(.text+0x750): undefined reference to `os_shm_free' > ./.libs/libpgserver.a(dvbl_bitmap.o): In function `def_bitmap_getshm': > dvbl_bitmap.o(.text+0x1ce4): undefined reference to `os_shm_alloc' > dvbl_bitmap.o(.text+0x1d24): undefined reference to `os_shm_set_uid' > > > > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 2 months FREE*. > http://join.msn.com/?page=features/featuredemail > > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _______________________________________________ > Pgui-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/pgui-devel -- Only you can prevent creeping featurism! ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
